\ElasticaJSON

Elastica JSON tools.

Summary

Methods
Properties
Constants
parse()
stringify()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

parse()

parse() : array

Parse JSON string to an array.

Returns

array —

PHP array representation of JSON string

stringify()

stringify() : string

Convert input to JSON string with standard options.

Returns

string —

Valid JSON representation of $input