Documentation
¶
Index ¶
Constants ¶
View Source
const ArrayClose = ']'
View Source
const ArrayLast = '-' // Takes last element in array
View Source
const ArrayOpen = '['
View Source
const DOT = 57348
View Source
const Divider = '.' // Path divider
View Source
const IDENTIFIER = 57346
View Source
const LBRACKET = 57349
View Source
const MINUS = 57351
View Source
const NUMBER = 57347
View Source
const RBRACKET = 57350
View Source
const TagName = "rjson"
Variables ¶
View Source
var Debug = false
Enables debug options
View Source
var ErrCantFindField = errors.New("cant find field")
View Source
var ErrInvalidIndex = errors.New("invalid slice index")
View Source
var ErrMalformedSyntax = errors.New("malformed tag syntax")
View Source
var ErrNotAPointer = errors.New("please insert a pointer")
View Source
var ErrNotAnObject = errors.New("failed to parse as json object")
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.
