Libraries tagged by json_encode
paranoiq/xmlon-encoder
33078 Downloads
Serialize variables to simple XML format, just like JSON
serafim/json5
179 Downloads
JSON5 parser
jwt/php-jwt
3978 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
suin/json
27173 Downloads
A Simple wrapper of json_decode() and json_encode(). This provides object-oriented interface and exception-based error handing.
phputil/json
5668 Downloads
A JSON encoder and decoder that can also convert PHP objects with private or protected attributes.
mihasicehcek/json_parser
5365 Downloads
Simple wrapper over json_decode/json_encode php functions. Throws exceptions when decoding/encoding fails
jesseschalken/pure-json
38663 Downloads
json_encode/json_decode wrapper with error checking and one-to-one mapping between PHP and JSON values
dv-team/json
685 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
api-clients/middleware-json
75387 Downloads
JSON encode/decode middleware
swaggest/json
2188 Downloads
JSON encoder with RAW support
seekerliu/laravel-another-json
975 Downloads
Yet Another JSON encoder for Laravel.
brunas/json
6913 Downloads
Json decode/encode library
phpcomposer/json
5572 Downloads
php library to encode and decode json
kfreiman/yii2-json-attribute-behavior
12023 Downloads
Yii2 Behavior for encode and decode json stored attributes
dschledermann/json-coder
89 Downloads
Encode and decode JSON objects from and to custom PHP classes