Libraries tagged by json decoder
webmozart/json
765024 Downloads
A robust JSON decoder/encoder with support for schema validation.
karriere/json-decoder
348160 Downloads
JsonDecoder implementation that allows you to convert your JSON data into PHP class objects
innmind/json
176202 Downloads
Type safe json encoder/decoder
miladrahimi/php-jwt
187190 Downloads
A PHP implementation of JWT (JSON Web Token) generator, parser, verifier, and validator
danog/libdns-json
531591 Downloads
Encoder/decoder for google's JSON DNS message format based on libdns
kunststube/rison
50932 Downloads
A PHP encoder and decoder for Rison, the compact JSON-like data format optimized for URIs.
networkteam/json-seq
21810 Downloads
JSON Text Sequences (RFC7464) encoder and decoder
phputil/json
5619 Downloads
A JSON encoder and decoder that can also convert PHP objects with private or protected attributes.
suin/json
27123 Downloads
A Simple wrapper of json_decode() and json_encode(). This provides object-oriented interface and exception-based error handing.
php-lsp/rpc-codec-jsonrpc
153 Downloads
An implementation of the JSON-RPC codec
orisai/data-sources
22878 Downloads
Load and save data from and to various data formats
mateodioev/jsondecoder
18 Downloads
Json decoder, encoder
eugene-melbourne/json-encoder-decoder
2241 Downloads
Encodes and Decodes JSON strings
slick/json-api-bundle
53 Downloads
Adds JSONAPI.org encoders and decoders to an Symfony apps
codekandis/json-codec
642 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()`.