Libraries tagged by json string
pyther/json
44 Downloads
A lightweight (de)serializer between json strings and data models.
programster/json-validator
36 Downloads
A package to make it easy to use a validate JSON strings.
phpfacile/event-json
38 Downloads
This service basically perform a mapping between an event retrieved from a database as an array to an event as an array that will be easily transformed (using json_encode()) in a target JSON string formatted as expected.
jermainedavy/json-validator
1 Downloads
A library to validate a json string against a model defined as a php class.
eugene-melbourne/json-encoder-decoder
2327 Downloads
Encodes and Decodes JSON strings
eden-tech-labs/json-2-php-class
33 Downloads
Creates object of native classes from JSON string or object
easeappphp/json-decode
65 Downloads
This is to do json_decode operation only on valid json string and in a highly performing way.
codegear/json-formatter
103 Downloads
Command-line tool to pretty-print JSON string for human readability
becker-oss/json-styler
7 Downloads
Component to properly style Json Strings.
ampersa/json-signer
6549 Downloads
Validate JSON strings with a signed hash
allty/json-com
14 Downloads
JSON parser accepting comments in JSON strings.
alglyzin/json
43 Downloads
Convert all float values to string when decoding JSON string
markenwerk/json-pretty-printer
2170 Downloads
A PHP library providing pretty printing JSON strings for PHP < 5.4
ronolo/json-extract
40 Downloads
Extracts JSON from strings and returns PHP arrays.
plepe/json-multiline-strings
236 Downloads
One shortcoming of JSON is the lack of multiline support. This module will split/join multiline strings to string arrays which is more readable.