Categorygithub.com/lestrrat-go/jspointer
repositorypackage
0.0.0-20181205001929-82fadba7561c
Repository: https://github.com/lestrrat-go/jspointer.git
Documentation: pkg.go.dev

# README

go-jspointer

Build Status

GoDoc

JSON pointer for Go

Features

  • Compile and match against Maps, Slices, Structs (or pointers to those)
  • Set values in each of those

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