Home

Awesome

go-jspointer

Build Status

GoDoc

JSON pointer for Go

Features

Usage

p, _ := jspointer.New(`/foo/bar/baz`)
result, _ := p.Get(someStruct)

Credits

This is almost a fork of https://github.com/xeipuuv/gojsonpointer.

References

NameNotes
go-jsvalValidator generator
go-jsschemaJSON Schema implementation
go-jshschemaJSON Hyper Schema implementation
go-jsrefJSON Reference implementation