Libraries tagged by decode json
bootsified/craft-json-decode
590 Downloads
A SUPER simple plugin that decodes JSON data for use in Craft CMS v3 templates.
bearlikelion/twig-jsontools
3553 Downloads
A Twig extension to encode and decode json.
macrotux/jsonutils
454 Downloads
JsonUtils, Utils for encode - decode JSON in PHP7, with control errors and Exception
thetribe/json
4458 Downloads
json_encode/json_decode wrapper
mihasicehcek/json_parser
5716 Downloads
Simple wrapper over json_decode/json_encode php functions. Throws exceptions when decoding/encoding fails
majorgrey/pretty_json
639 Downloads
JSON pretty print for PHP
jpirnat/json
3 Downloads
A wrapper around the global json_encode and json_decode functions, with more convenient default values.
heavi/json-decode-streaming
0 Downloads
Strict-prefix JSON repair utility for streaming AI output.
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)
comphp/config-json
7 Downloads
Configuration Driver for CommonPHP which encodes/decodes the JSON format
codekandis/json-codec
675 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()`.