Documentation ¶
Overview ¶
Package jsonx implements functions to get JSON property values by their path.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrFieldNotFound is thrown when a JSON path is invalid. ErrFieldNotFound = errors.New("could not find a field using provided json path") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.