Versions in this module Expand all Collapse all v1 v1.0.0 Mar 17, 2022 Changes in this version + const Array + const Boolean + const NotExist + const Null + const Number + const Object + const String + const Unknown + var KeyPathNotFoundError = errors.New("Key path not found") + var MalformedArrayError = errors.New("Value is array, but can't find closing ']' symbol") + var MalformedJsonError = errors.New("Malformed JSON error") + var MalformedObjectError = errors.New("Value looks like object, but can't find closing '}' symbol") + var MalformedStringError = errors.New("Value is string, but can't find closing '\"' symbol") + var MalformedStringEscapeError = errors.New("Encountered an invalid escape sequence in a string") + var MalformedValueError = errors.New(...) + var NullValueError = errors.New("Value is null") + var OverflowIntegerError = errors.New("Value is number, but overflowed while parsing") + var UnknownValueTypeError = errors.New("Unknown value type") + type ValueType int + func (vt ValueType) String() string