JSON pointer for Go
- Compile and match against Maps, Slices, Structs (or pointers to those)
- Set values in each of those
p, _ := jspointer.New(`/foo/bar/baz`)
result, _ := p.Get(someStruct)This is almost a fork of https://github.com/xeipuuv/gojsonpointer.
| Name | Notes |
|---|---|
| go-jsval | Validator generator |
| go-jsschema | JSON Schema implementation |
| go-jshschema | JSON Hyper Schema implementation |
| go-jsref | JSON Reference implementation |