Fastest way to check if a string is JSON in PHP? I need a really, really fast method of checking if a string is JSON or not. I feel like this is not the best way: function isJson($string) { return... May 4, 2022 0 Comments