Libraries tagged by json-decode
someniatko/json-decode-middleware
492 Downloads
Simple PSR-15 middleware for decoding JSON body of a server request when given respective Content-Type header
majorgrey/pretty_json
566 Downloads
JSON pretty print for PHP
lazy-json/lazy-json
24 Downloads
PHP class to parse large JSON files and provide a lazy-load interface
cse/helpers-json
946 Downloads
The helpers allows you to JSON processing. Encode, decode, check error, throw exception - all this is available in this library.
schnittstabil/json-decode-file
1358 Downloads
Read and decode JSON files
easeappphp/json-decode
63 Downloads
This is to do json_decode operation only on valid json string and in a highly performing way.
divinity76/json_decode_superset
3 Downloads
superset of json_decode allowing decoding of javascript objects (useful for web scraping)
bootsified/craft-json-decode
585 Downloads
A SUPER simple plugin that decodes JSON data for use in Craft CMS v3 templates.
wizaplace/json-decoder
185 Downloads
Throw an exception when json_decode() fails to decode a JSON and validate decoded data.
42sol/json-decoder
11 Downloads
JsonDecoder implementation that allows you to convert your JSON data into PHP class objects
wpkenpachi/wpdecodejson
16 Downloads
Helper para decodeificacao de arrays que contenham JSON em atributos e sub-atributos
grinfeld/phpjsonable
4784 Downloads
Simple json encode and decode object
germania-kg/jsondecoder
679 Downloads
Decode JSON in strings and PSR-7 messages. Supports JsonException on older PHP
etconsilium/php-json-fix
17 Downloads
Proxy json_decode() and Fix invalid JSON (via runkit)
8ctopus/relaxed-json
17 Downloads
Tired of JSON's super strict syntax? Then relaxed JSON if for you.