Versions in this module Expand all Collapse all v0 v0.2.0 Dec 25, 2015 v0.1.0 Dec 14, 2015 Changes in this version + func Escape(token string) string + func GetForToken(document interface{}, decodedToken string) (interface{}, reflect.Kind, error) + func Unescape(token string) string + type JSONPointable interface + JSONLookup func(string) (interface{}, error) + type Pointer struct + func New(jsonPointerString string) (Pointer, error) + func (p *Pointer) DecodedTokens() []string + func (p *Pointer) Get(document interface{}) (interface{}, reflect.Kind, error) + func (p *Pointer) IsEmpty() bool + func (p *Pointer) String() string