Libraries tagged by jsonp parser
samshal/scripd
56 Downloads
Easily transfer database structures as json documents, or via rest apis
nikoutel/helionconfig
202 Downloads
A versatile configuration parser. Can handle multiple configuration formats.
matronator/parsem
1014 Downloads
Parse file templates.
cmpayments/schemavalidator
4043 Downloads
SchemaValidator is a PHP implementation for validating JSON against a Schema (also a string), the JSON and Schema are both linted with https://github.com/cmpayments/jsonlint. This library is optimized for speed and performance.
cmpayments/jsonlint
4589 Downloads
JSON Lint for PHP checks a string for invalid or malformed JSON, control character error, incorrect encoding or just plain old syntax errors. It returns comprehensive feedback in a one-line error message (one-line message especially meant for REST APIs) about the first error that occurred in the (JSON) string. It supports both RFC 4627 and (its superseding) RFC 7159.
vkbansal/frontmatter
1062 Downloads
Frontmatter allows page-specific variables to be included at the top of a template using the YAML,JSON or INI format.
howyi/evi
21758 Downloads
Extended YAML&JSON parser
rlweb/jsonresume
13 Downloads
A package for JSON Resume for PHP. It includes the Datatypes and provides a parser.
bluebaytravel/phrontmatter
2593 Downloads
Front Matter parser for PHP, with support for YAML, JSON and TOML.
ybushenko/json-parser
7 Downloads
Parse json
vistoyn/json_parser
42 Downloads
PHP json parser for big files
umulmrum/json-parser
117 Downloads
A library that parses JSON as stream.
trainjunkies-packages/schedule-json-parser
2 Downloads
Parse Network Rail Schedule JSON file
timostamm/json-parser
256 Downloads
Simple API to read JSON objects. Not a serializer.
remorhaz/php-json-parser
4 Downloads
JSON (RFC 8259) parser written in PHP