Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetForToken ¶
GetForToken gets a value for a json pointer token 1 level deep
func SetForToken ¶
SetForToken gets a value for a json pointer token 1 level deep
Types ¶
type JSONPointable ¶
JSONPointable is an interface for structs to implement when they need to customize the json pointer process
type JSONSetable ¶
JSONSetable is an interface for structs to implement when they need to customize the json pointer process
type Pointer ¶
type Pointer struct {
// contains filtered or unexported fields
}
Pointer the json pointer reprsentation
func (*Pointer) DecodedTokens ¶
DecodedTokens returns the decoded tokens
func (*Pointer) IsEmpty ¶
IsEmpty returns true if this is an empty json pointer this indicates that it points to the root document
Click to show internal directories.
Click to hide internal directories.