github.com/galdor/go-ejson@v0.0.0-20231201100034-d335379f26b0/README.md (about) 1 # go-ejson 2 ## Introduction 3 The EJSON library contains multiple utilities to work with JSON: 4 5 - An implementation of RFC 6901 providing utilities to manipulate JSON 6 pointers. 7 - A validator to write extended validation code for the content of your JSON 8 structures. 9 10 ## Usage 11 Refer to the [Go package 12 documentation](https://pkg.go.dev/github.com/galdor/go-ejson) for 13 information about the API. 14 15 See the [example programs](cmd/) for practical use cases. 16 17 # Licensing 18 EJSON is open source software distributed under the 19 [ISC](https://opensource.org/licenses/ISC) license.