Libraries tagged by json decode
wyrihaximus/json-throwable
251917 Downloads
📠JSON encode and decode throwables and exceptions
eftec/services_json
19068 Downloads
PHP implementaion of json_encode/decode
raveren/kint
1539158 Downloads
☯ Insightful PHP debugging assistant.
kunststube/rison
55044 Downloads
A PHP encoder and decoder for Rison, the compact JSON-like data format optimized for URIs.
alancting/php-microsoft-jwt
28829 Downloads
A simple library to validate and decode Microsoft Azure Active Directory (Azure AD), Microsoft Active Directory Federation Services (ADFS) JSON Web Tokens (JWT) in PHP, conforming to RFC 7519
hampel/json
83744 Downloads
A simple wrapper for json_encode and json_decode with exception based error handling
brunas/json
8367 Downloads
Json decode/encode library
digiaonline/json-helpers
62394 Downloads
Exception-based wrappers for json_encode and json_decode
chubbyphp/chubbyphp-decode-encode
21114 Downloads
Chubbyphp decode/encode json/jsonx/url-encoded/xml/yaml
networkteam/json-seq
24242 Downloads
JSON Text Sequences (RFC7464) encoder and decoder
jwt/php-jwt
4633 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
suin/json
27184 Downloads
A Simple wrapper of json_decode() and json_encode(). This provides object-oriented interface and exception-based error handing.
mihasicehcek/json_parser
5510 Downloads
Simple wrapper over json_decode/json_encode php functions. Throws exceptions when decoding/encoding fails
jesseschalken/pure-json
39299 Downloads
json_encode/json_decode wrapper with error checking and one-to-one mapping between PHP and JSON values
dv-team/json
795 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