go-jsonpointer
go-jsonpointer copied to clipboard
jsonpointer implementation for go
With the `Token` interface in stdlib, I've almost been able to completely rid myself of my copy of the upstream `encoding/json` (with bits exported). The results are looking pretty good...
Use jsonpointer to Get, Set, Delete specific fields inside map[string]interface{}. - Get(), Set(), Delete(), DeleteAny() are not thread safe. - Get(), Set(), Delete() are idempotent operations.
this allows it to work more like Find() since now the argument could also be an array