blob: 8d1882f77ba676d92e4a818db99dd1c8fb52eb64 [file] [log] [blame]
PACKAGE
package gojsonpointer
import "gojsonpointer"
TYPES
type JsonPointer struct {
// contains filtered or unexported fields
}
func NewJsonPointer(jsonPointerString string) (JsonPointer, error)
func (p *JsonPointer) Get(document interface{}) (interface{}, reflect.Kind, error)
Uses the pointer to retrieve a value from a JSON document
func (p *JsonPointer) String() string
Pointer to string representation function