go-jsonpointer icon indicating copy to clipboard operation
go-jsonpointer copied to clipboard

jsonpointer implementation for go

Results 3 go-jsonpointer issues
Sort by recently updated
recently updated
newest added

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