Libraries tagged by json string
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
2155 Downloads
A PHP library providing pretty printing JSON strings for PHP < 5.4
ronolo/json-extract
36 Downloads
Extracts JSON from strings and returns PHP arrays.
plepe/json-multiline-strings
235 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.
panduanvip/ronolo-json-extract
75 Downloads
Extracts JSON from strings and returns PHP arrays.
kalimulhaq/json-query
149 Downloads
Build Laravel Query Using JSON Query String
estaheri/json
68 Downloads
An easy way for using json encoded strings in php
aelzakzouk/js-object-to-json
8867 Downloads
PHP library to convert a JavaScript object string to JSON formatted string
pointybeard/helpers-functions-json
836 Downloads
A collection of functions for working with JSON files and strings
dvixi/yii2-alpaca-json
353 Downloads
Generate fully functional CRUD storing system from JSON data object string
c2is/json-iterator
44 Downloads
Library for Iterate over JSON from a string or an array
qlimix/encoding-json
5 Downloads
Encoding & decoding array's to string and vice versa
orware/compressed-string
734 Downloads
Based on the wonderful work by Tom Westcott (https://packagist.org/packages/cyberdummy/gzstream) which provided most of the functionality I required. Allows for gzip compressed string streams to be used for holding data. This project was created because I wanted a way to store large database result sets more easily in memory (especially ones that were just going to be output as JSON in an API response), since using a regular PHP array resulted in large memory usage.
dyanakiev/laravel-translatable-string-exporter
22 Downloads
Translatable String Exporter for Laravel