Libraries tagged by json decoder
mtarld/json-encoder-bundle
37 Downloads
A Symfony Bundle that provides powerful methods to encode/decode data structures into/from JSON.
philiprehberger/php-safe-json
68 Downloads
Safe JSON parsing with exceptions, schema validation, and typed getters
masnathan/parser
13018 Downloads
Global data type parser
yunchuang/php-jwt
537 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
phalapi/jwt
2836 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
thetribe/json
4458 Downloads
json_encode/json_decode wrapper
schnittstabil/json-decode-file
1373 Downloads
Read and decode JSON files
mihasicehcek/json_parser
5716 Downloads
Simple wrapper over json_decode/json_encode php functions. Throws exceptions when decoding/encoding fails
jpirnat/json
3 Downloads
A wrapper around the global json_encode and json_decode functions, with more convenient default values.
heavi/json-decode-streaming
0 Downloads
Strict-prefix JSON repair utility for streaming AI output.
greeny/json-parser
1 Downloads
A JSON parser that doesn't use native json_decode function.
etconsilium/php-json-fix
17 Downloads
Proxy json_decode() and Fix invalid JSON (via runkit)
easeappphp/json-decode
65 Downloads
This is to do json_decode operation only on valid json string and in a highly performing way.
dnonov/json-parser
14 Downloads
Thin wrapper around `json_decode` and `json_encode` with exceptions and some handy methods.
divinity76/json_decode_superset
4 Downloads
superset of json_decode allowing decoding of javascript objects (useful for web scraping)