Struct jsonpath_rust::JsonPathFinder [−][src]
pub struct JsonPathFinder { /* fields omitted */ }
Expand description
The base structure conjuncting the json instance and jsonpath instance
Implementations
creates a new instance of [JsonPathFinder]
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