Libraries tagged by decode json
oktopost/jsonencode
1135 Downloads
Fix the behavior of json_encode and json_decode
mihasicehcek/json_parser
5709 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.
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)
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
19 Downloads
Tired of JSON's super strict syntax? Then relaxed JSON if for you.
1of0/json
184 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