Libraries tagged by json5_decode
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)
codekandis/json-codec
657 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()`.
bootsified/craft-json-decode
588 Downloads
A SUPER simple plugin that decodes JSON data for use in Craft CMS v3 templates.
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
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.
parsidev/json
86 Downloads
JSON decoder/encoder for Laravel 5
42sol/json-decoder
14 Downloads
JsonDecoder implementation that allows you to convert your JSON data into PHP class objects
sevensoft/json
17 Downloads
PHP library to encode and decode JSON
phptestsoft8/json8
24 Downloads
PHP library to encode and decode JSON
phptestsoft3/json3
13 Downloads
PHP library to encode and decode JSON