Libraries tagged by json5_decode
masnathan/parser
12993 Downloads
Global data type parser
zegl/dson-php
30 Downloads
DSON encoder and decoder for PHP
suin/marshaller
68 Downloads
Type-safe data mapping between JSON and a PHP class object.
oktopost/jsonencode
1132 Downloads
Fix the behavior of json_encode and json_decode
yunchuang/php-jwt
494 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
tungltdev/laravel-php-jwt
193 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP.
phalapi/jwt
2770 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
fizzday/fizzjwt
424 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP, based on 'firebase/jwt', add the decode() third param default 'HS256'(JWT 无状态 restful api 认证)
supermetrics/jsonpath
0 Downloads
Extract data from a decoded JSON document using the versatile JSONPath query language
invenso/microsoft-jwt
4728 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
thetribe/json
4458 Downloads
json_encode/json_decode wrapper
jpirnat/json
3 Downloads
A wrapper around the global json_encode and json_decode functions, with more convenient default values.
greeny/json-parser
1 Downloads
A JSON parser that doesn't use native json_decode function.
etconsilium/php-json-fix
17 Downloads
Proxy json_decode() and Fix invalid JSON (via runkit)
easeappphp/json-decode
65 Downloads
This is to do json_decode operation only on valid json string and in a highly performing way.