Crate json_crawler

Source
Expand description

Library to crawl Json using the pointer syntax and return useful errors. Documentation is a work in progress.

Re-exports§

pub use serde_json::Value;

Structs§

CrawlerError
JsonCrawlerArrayIntoIter
JsonCrawlerArrayIterMut
JsonCrawlerBorrowed
JsonCrawlerOwned

Enums§

JsonPath

Traits§

JsonCrawler
Trait to represent a JsonCrawler that may own or borrow from the original serde_json::Value.
JsonCrawlerIterator
Iterator extension trait containing special methods for Json Crawler iterators to help with error handling.

Type Aliases§

CrawlerResult