json-keypath-iter 0.1.0

Iterator for traversing serde json objects, yielding a flattened path and value of each element.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.serde_json]
version = "~1.0"

[package]
authors = ["iferc <github@iferc.ca>"]
description = """
Iterator for traversing serde json objects, yielding a flattened path and value of each element.
"""
edition = "2018"
exclude = [".github", "example"]
keywords = ["json", "field", "path", "flat", "iterator"]
license = "MIT OR Apache-2.0"
name = "json-keypath-iter"
readme = "./README.md"
repository = "https://github.com/iferc/json-keypath-iter"
version = "0.1.0"