Struct jsonpath_rust::JsonPathFinder [−][src]
pub struct JsonPathFinder { /* fields omitted */ }
Expand description
The base structure stitching the json instance and jsonpath instance
Implementations
creates a new instance of JsonPathFinder
updates a path with a new one
updates a json from string and therefore can be some parsing errors
updates a path from string and therefore can be some parsing errors
create a new instance from string and therefore can be some parsing errors
creates an instance to find a json slice from the json
finds a slice of data in the set json. The result is a vector of references to the incoming structure.