Libraries tagged by decode json
armenio/zf3-jsondecode-helper
62 Downloads
Json Decode Helper for Zend Framework 3
armenio/armenio-zf2-viewhelper-jsondecode-module
28 Downloads
View Helper Json Decode Module for Zend Framework 2
alexeyshockov/json-wrapper
1039 Downloads
json_encode() and json_decode() wrapper with better error handling
8ctopus/relaxed-json
155 Downloads
Tired of JSON's super strict syntax? Then relaxed JSON if for you.
1of0/json
194 Downloads
Abstraction layer for json_encode() and json_decode(), providing Json.NET-like functionality through annotations or mappings
wizaplace/json-decoder
186 Downloads
Throw an exception when json_decode() fails to decode a JSON and validate decoded data.
paulgessinger/json
29 Downloads
wrapper for json_encode and json_decode with exceptions
crossjoin/json
180 Downloads
JSON decoder and encoder for PHP with full Unicode support following RFC 7159. Besides UTF-8 it also supports JSON in UTF-16BE, UTF-16LE, UTF-32BE and UTF-32LE encoding. And, as suggested by the RFC for better interoperability, it can also ignore byte order marks (BOMs) when parsing JSON.
rmtram/jsonp-parser
1388 Downloads
processing of JSONP decoding and encoding.
joelwurtz/json-stream
1 Downloads
Lazy, streaming JSON decoding: json_stream_decode() returns an array-accessible document that only parses the paths you access, with SIMD-accelerated scanning and constant-memory transient iteration
cylab/json
975 Downloads
Encodes, decodes, and validates JSON data.
yetione/php-json
98 Downloads
PHP JSON encode/decode module
tc/json
26 Downloads
A JSON encode/decode helper with easier error handling for PHP
sgmendez/jsonbundle
17 Downloads
Symfony2 bundle for json encode and decode
rcs_us/php-json
65 Downloads
Wrapper for PHP's Native JSON encode/decode that provides very specific exceptions and details as to what is wrong with the JSON.