Thrown when uPickle tries to convert a JSON blob into a given data structure but fails because part the blob is invalid
Thrown when uPickle tries to convert a JSON blob into a given data structure but fails because part the blob is invalid
The section of the JSON blob that uPickle tried to convert. This could be the entire blob, or it could be some subtree.
Human-readable text saying what went wrong
use ujson.Arr
use ujson.Bool
use ujson.Num
use ujson.Obj
use ujson.Str
use ujson.Arr
use ujson.Bool
use ujson.False
use ujson.Null
use ujson.Num
use ujson.Obj
use ujson.Str
use ujson.True
(Since version ) see corresponding Javadoc for more information.
A very small, very simple JSON AST that uPickle uses as part of its serialization process. A common standard between the Jawn AST (which we don't use so we don't pull in the bulk of Spire) and the Javascript JSON AST.