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§

Enums§

Traits§

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

Type Aliases§