Categorygithub.com/dustin/go-jsonpointer
modulepackage
0.0.0-20160814072949-ba0abeacc3dc
Repository: https://github.com/dustin/go-jsonpointer.git
Documentation: pkg.go.dev

# README

JSON Pointer for go

This is an implementation of JSON Pointer.

Coverage Status

# Packages

No description provided by the author

# Functions

Find a section of raw JSON by specifying a JSONPointer.
FindDecode finds an object by JSONPointer path and then decode the result into a user-specified object.
FindMany finds several jsonpointers in one pass through the input.
Get the value at the specified path.
ListPointers lists all possible pointers from the given input.
Reflect gets the value at the specified path from a struct.
ReflectListPointers lists all possible pointers from the given struct.