Skip to content

Latest commit

 

History

History
28 lines (11 loc) · 451 Bytes

README.md

File metadata and controls

28 lines (11 loc) · 451 Bytes

GoDoc

jsonptr - JSON Pointer

Go implementation of JSON Pointer.

jsonptr

import "github.com/mickep76/jsonptr"

func Resolve

func Resolve(v interface{}, path string) (interface{}, error)

Generated by godoc2md