Libraries tagged by jsonp encode
mihasicehcek/json_parser
5709 Downloads
Simple wrapper over json_decode/json_encode php functions. Throws exceptions when decoding/encoding fails
jpirnat/json
3 Downloads
A wrapper around the global json_encode and json_decode functions, with more convenient default values.
jdelta/pretty-json
1142 Downloads
The new JSON pretty print approach.
im-denisenko/php-json-encode
128 Downloads
Provides features, added to json_encode since version 5.3.0, for version 5.3.0.
goma/goma-json-lib
1650 Downloads
Goma JSON Lib provides Exception handling for JSON encode and decode. It has a workaround for non-utf8 values.
dnonov/json-parser
14 Downloads
Thin wrapper around `json_decode` and `json_encode` with exceptions and some handy methods.
alexeyshockov/json-wrapper
1039 Downloads
json_encode() and json_decode() wrapper with better error handling
1of0/json
184 Downloads
Abstraction layer for json_encode() and json_decode(), providing Json.NET-like functionality through annotations or mappings
paulgessinger/json
29 Downloads
wrapper for json_encode and json_decode with exceptions
litgroup/json
255 Downloads
Library for JSON encode/decode.
ksmz/json
183 Downloads
JSON encode/decode wrapper with catchable exceptions
crossjoin/json
180 Downloads
JSON decoder and encoder for PHP with full Unicode support following RFC 7159. Besides UTF-8 it also supports JSON in UTF-16BE, UTF-16LE, UTF-32BE and UTF-32LE encoding. And, as suggested by the RFC for better interoperability, it can also ignore byte order marks (BOMs) when parsing JSON.
zeroem/json-bundle
16 Downloads
Configurable JSON encoder/decoder service
wpjscc/react-stream-json
37 Downloads
Incremental JSON encoder writing to a react/stream
weew/json-encoder
536 Downloads
JSON encoding and decoding library.