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 path with a new one

updates a json 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.

finds a slice of data and wrap it with Value::Array by cloning the data.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.