Libraries tagged by decode json
suin/json
27264 Downloads
A Simple wrapper of json_decode() and json_encode(). This provides object-oriented interface and exception-based error handing.
hampel/json
87860 Downloads
A simple wrapper for json_encode and json_decode with exception based error handling
brunas/json
10789 Downloads
Json decode/encode library
digiaonline/json-helpers
63959 Downloads
Exception-based wrappers for json_encode and json_decode
chubbyphp/chubbyphp-decode-encode
22438 Downloads
Chubbyphp decode/encode json/jsonx/url-encoded/xml/yaml
jwt/php-jwt
6388 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
phpcomposer/json
6131 Downloads
php library to encode and decode json
kfreiman/yii2-json-attribute-behavior
12281 Downloads
Yii2 Behavior for encode and decode json stored attributes
dschledermann/json-coder
461 Downloads
Encode and decode JSON objects from and to custom PHP classes
mihasicehcek/json_parser
5677 Downloads
Simple wrapper over json_decode/json_encode php functions. Throws exceptions when decoding/encoding fails
jesseschalken/pure-json
39891 Downloads
json_encode/json_decode wrapper with error checking and one-to-one mapping between PHP and JSON values
dv-team/json
921 Downloads
A wrapper-class for json_encode and json_decode to automatically set some constants like JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_THROW_ON_ERROR
eluhr/yii2-json-attribute-behavior
1324 Downloads
This behavior automatically decodes attributes from JSON to arrays before validation, handling errors and re-encoding if validation fails.
wyrihaximus/json-psr7
66872 Downloads
JSON encode and decode PSR-7 requests and responses
otaavioo/json
17376 Downloads
A light package for json encode/decode functions