Check If a String is Valid JSON in PHP
– ashallendesign.co.uk - submitted by Ash Allen
Read about how to use the "json_validate" function in PHP to check whether a string is valid JSON. We'll also discuss the difference between "json_validate" and "json_decode".
Read more [ashallendesign.co.uk]