pointerstructure is a Go library for identifying a specific
value within any Go structure using a string syntax.
This library is based on JSON pointer (RFC 6901).
.
The goal of pointerstructure is to provide a single, well-known
format for addressing a specific value. This can be useful for
user provided input on structures, diffs of structures, etc.
.
Features:
* Get the value for an address.
* Set the value for an address within an existing structure.
* Delete the value at an address.
* Sorting a list of addresses.
Installed Size: 57.3 kB
Architectures: all