Libraries tagged by json string
josantonius/validate
467 Downloads
PHP simple library for managing of data types.
php-xapi/serializer
64784 Downloads
transform Experience API model objects to JSON strings and vice versa
ironer/base62shrink
104 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.
1msg/one_msg_waba_sdk
1028 Downloads
[1MSG.IO](https://1msg.io/) is the perfect WhatsApp management tool for your business. With us you get full access to the official Whatsapp API/webhooks. Every API request must contain an Authorize HTTP header with a token. This is your channel token, which can be found in your channel project on your profile page. Please do not give the token to anyone or post it publicly. The authorization token must be added to each request in the GET parameter 'token' and always passed to query string (?token={your_token}). Parameters in GET queries pass query string. Parameters in POST requests — through the JSON-encoded request body. All 'send' methods (except /sendTemplate) will only work when the dialog session with the user is open. Some of our solutions simplify and avoid such limitations, but we urge you to pay more attention to this detail
pyther/json
15 Downloads
A lightweight (de)serializer between json strings and data models.
phpfacile/event-json
33 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.
mtrbean/mongo-json
155 Downloads
A helper library for serializing MongoDB types to JSON string
irap/json-validator
802 Downloads
A package to make it easy to use a validate JSON strings.
eugene-melbourne/json-encoder-decoder
2242 Downloads
Encodes and Decodes JSON strings
estaheri/json
43 Downloads
An easy way for using json encoded strings in php
pointybeard/helpers-functions-json
812 Downloads
A collection of functions for working with JSON files and strings
c2is/json-extractor
16519 Downloads
Library for extracting JSON from a string or DomDocument object
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.
jsonx/jsonx
337 Downloads
PHP library for creating well-formatted JSON strings.
enm/transformer-bundle
411 Downloads
This bundle can be used for transforming an array, an object or a json-string into a needed array, object or json-string and validating the values and the schema against a configuration array.