Libraries tagged by json decoder
parsidev/json
86 Downloads
JSON decoder/encoder for Laravel 5
mateodioev/jsondecoder
18 Downloads
Json decoder, encoder
42sol/json-decoder
11 Downloads
JsonDecoder implementation that allows you to convert your JSON data into PHP class objects
wizaplace/json-decoder
185 Downloads
Throw an exception when json_decode() fails to decode a JSON and validate decoded data.
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.
germania-kg/jsondecoder
679 Downloads
Decode JSON in strings and PSR-7 messages. Supports JsonException on older PHP
eugene-melbourne/json-encoder-decoder
2280 Downloads
Encodes and Decodes JSON strings
zeroem/json-bundle
15 Downloads
Configurable JSON encoder/decoder service
tomwright/json
218 Downloads
An Exception based JSON encoder/decoder.
slick/json-api-bundle
63 Downloads
Adds JSONAPI.org encoders and decoders to an Symfony apps
derrickleemy/jwe-decoder
13 Downloads
An simple JSON Web Token library for PHP.
codekandis/json-codec
655 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()`.
fefas/jsoncoder
1399 Downloads
Json encoder and decoder as a class
s-mcdonald/jason
27 Downloads
Jason (JSON) is a PHP library that allows you to serialize classes with attributes, build Json structures with a builder and much more.
fresh/common-api-bundle
1067 Downloads
Provides some missing out-of-box features for RESTful API services based on Symfony.