Documentation ¶
Index ¶
Constants ¶
Variables ¶
View Source
var ZeroField = Field{/* contains filtered or unexported fields */}
View Source
var ZeroValue = Value{/* contains filtered or unexported fields */}
Functions ¶
This section is empty.
Types ¶
type List ¶
type List struct {
// contains filtered or unexported fields
}
List of fields, ordered by Name.
type Value ¶
type Value struct {
// contains filtered or unexported fields
}
func (Value) Less ¶
Less return true if a value is less than another value.
Null < False < Number < String < True < JSON
Pulled from github.com/tidwall/gjson
Click to show internal directories.
Click to hide internal directories.