Documentation
¶
Index ¶
Constants ¶
View Source
const ( NotExist = ValueType(iota) String Number Object Array Boolean Null Unknown )
Variables ¶
View Source
var ( KeyPathNotFoundError = errors.New("Key path not found") UnknownValueTypeError = errors.New("Unknown value type") MalformedJsonError = errors.New("Malformed JSON error") MalformedStringError = errors.New("Value is string, but can't find closing '\"' symbol") MalformedArrayError = errors.New("Value is array, but can't find closing ']' symbol") MalformedObjectError = errors.New("Value looks like object, but can't find closing '}' symbol") MalformedValueError = errors.New("Value looks like Number/Boolean/None, but can't find its end: ',' or '}' symbol") OverflowIntegerError = errors.New("Value is number, but overflowed while parsing") MalformedStringEscapeError = errors.New("Encountered an invalid escape sequence in a string") NullValueError = errors.New("Value is null") )
Errors
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.