pub struct JsonPathFinder { /* private fields */ }
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 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.