Json
class Json extends AbstractParser (View source)
The core parser for all JSON content.
Methods
string
from AbstractParser
Details
in AbstractParser at line 28
string
__toString()
Returns an opaque string representing the object.
Note: Use of MD5 here is not cryptographically significant.
in AbstractParser at line 41
string
readStream(StreamInterface $stream)
Reads the contents of the stream resource.