spand
GsonSerializer.read
Any
Any?
null
bdawg.io
A JSON text is a sequence of tokens. The set of tokens includes six structural characters, strings, numbers, and three literal names.
A JSON text is a serialized value. Note that certain previous specifications of JSON constrained a JSON text to be an object or an array.
...
A JSON value MUST be an object, array, number, or string, or one of the following three literal names:
false null true
Note that certain previous specifications of JSON constrained a JSON text to be an object or an array.
A modern programming language that makes developers happier.