Libraries tagged by json-decode
paysera/lib-object-wrapper
22103 Downloads
Wrapper around JSON-decoded data that lets easily get structured items
michaelalexeevweb/php-json-chunk
18 Downloads
Read large JSON files in PHP one item at a time — arrays or objects, in chunks, iterators or generators, without loading the file into memory.
lazy-json/lazy-json
27 Downloads
PHP class to parse large JSON files and provide a lazy-load interface
cse/helpers-json
952 Downloads
The helpers allows you to JSON processing. Encode, decode, check error, throw exception - all this is available in this library.
codekandis/json-codec
688 Downloads
With the JSON codec you will be able to encode into and decode from JSON data in an object oriented way. It wraps PHP's functions `json_encode()` and `json_decode()`.
someniatko/json-decode-middleware
667 Downloads
Simple PSR-15 middleware for decoding JSON body of a server request when given respective Content-Type header
schnittstabil/json-decode-file
1373 Downloads
Read and decode JSON files
heavi/json-decode-streaming
0 Downloads
Strict-prefix JSON repair utility for streaming AI output.
easeappphp/json-decode
65 Downloads
This is to do json_decode operation only on valid json string and in a highly performing way.
divinity76/json_decode_superset
4 Downloads
superset of json_decode allowing decoding of javascript objects (useful for web scraping)
bootsified/craft-json-decode
591 Downloads
A SUPER simple plugin that decodes JSON data for use in Craft CMS v3 templates.
wizaplace/json-decoder
186 Downloads
Throw an exception when json_decode() fails to decode a JSON and validate decoded data.
42sol/json-decoder
24 Downloads
JsonDecoder implementation that allows you to convert your JSON data into PHP class objects
wpkenpachi/wpdecodejson
17 Downloads
Helper para decodeificacao de arrays que contenham JSON em atributos e sub-atributos
majorgrey/pretty_json
642 Downloads
JSON pretty print for PHP