Libraries tagged by json string
stahiralijan/request-caster
73 Downloads
This package intercepts Laravel Form Submits after successful validation and provides useful function and also casts the submitted form data accordingly e.g. Upper-case first Characters of Words, Capitalized them, and checkbox value "1" to boolean, JSON string to PHP Array conversions etc.
rezouce/selector
1470 Downloads
Get the values from an array or a json string using fluent selectors
netcreaties/faker-quill-delta
89 Downloads
Generate quill delta JSON strings using faker
php-xapi/symfony-serializer
36831 Downloads
transform Experience API model objects to JSON encoded strings and vice versa using the Symfony Serializer component
afzafri/poslaju-tracking-api
1793 Downloads
Return JSON formatted string of Poslaju Tracking details
ironer/base62shrink
148 Downloads
Simple javascript to perform LZW compression on longer structured or repetitive UTF8 data (like stringified JSON) to some universally web safe form. Simple PHP class for server side data processing.
weblabel/data-transformer
2077 Downloads
This library provides object-oriented interface for decoding string formats (e.g. JSON) into an array
samhk222/json-string-parser
5 Downloads
Parseia as informações de uma string, retornando em forma de array, os jsons que foram encontrados nela
programster/json-validator
35 Downloads
A package to make it easy to use a validate JSON strings.
phpfacile/event-json
35 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.
guanguans/json-format
93 Downloads
Format json string.
eugene-melbourne/json-encoder-decoder
2280 Downloads
Encodes and Decodes JSON strings
eden-tech-labs/json-2-php-class
31 Downloads
Creates object of native classes from JSON string or object
easeappphp/json-decode
63 Downloads
This is to do json_decode operation only on valid json string and in a highly performing way.