Libraries tagged by decode json
jpirnat/json
1 Downloads
A wrapper around the global json_encode and json_decode functions, with more convenient default values.
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
63 Downloads
This is to do json_decode operation only on valid json string and in a highly performing way.
dnonov/json-parser
12 Downloads
Thin wrapper around `json_decode` and `json_encode` with exceptions and some handy methods.
divinity76/json_decode_superset
3 Downloads
superset of json_decode allowing decoding of javascript objects (useful for web scraping)
armenio/armenio-zf2-viewhelper-jsondecode-module
26 Downloads
View Helper Json Decode Module for Zend Framework 2
8ctopus/relaxed-json
9 Downloads
Tired of JSON's super strict syntax? Then relaxed JSON if for you.
1of0/json
183 Downloads
Abstraction layer for json_encode() and json_decode(), providing Json.NET-like functionality through annotations or mappings
wizaplace/json-decoder
185 Downloads
Throw an exception when json_decode() fails to decode a JSON and validate decoded data.
paulgessinger/json
28 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.
cylab/json
975 Downloads
Encodes, decodes, and validates JSON data.
yetione/php-json
93 Downloads
PHP JSON encode/decode module
tc/json
22 Downloads
A JSON encode/decode helper with easier error handling for PHP