Versions in this module Expand all Collapse all v1 v1.0.2 Oct 14, 2024 Changes in this version + type JsonPointer struct + func NewJsonPointer(jsonPointerString string) (p JsonPointer, err error) + func (p *JsonPointer) Delete(document interface{}) (interface{}, error) + func (p *JsonPointer) Get(document interface{}) (interface{}, reflect.Kind, error) + func (p *JsonPointer) Set(document interface{}, value interface{}) (interface{}, error) + func (p *JsonPointer) String() string