1 Repositories
PHP jsonlint Libraries
JSON Lint for PHP
JSON Lint Usage use Seld\JsonLint\JsonParser; $parser = new JsonParser(); // returns null if it's valid json, or a ParsingException object. $parser-
1.3k Dec 26, 2022