/jsonptr

Go implementation of JSON pointer

Primary LanguageGoOtherNOASSERTION

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