json_dotpath 1.0.1

Dotted path access to nested JSON objects (serde_json::Value)
Documentation
[package]
name = "json_dotpath"
version = "1.0.1"
authors = ["Ondřej Hruška <ondra@ondrovo.com>"]
edition = "2018"
license = "MIT"
description = "Dotted path access to nested JSON objects (serde_json::Value)"
repository = "https://git.ondrovo.com/packages/json_dotpath"
readme = "README.md"
keywords = ["serde", "json", "dot"]
categories = [
    "data-structures"
]

[dependencies]
serde = "1"
serde_derive = "1"
serde_json = "1"
failure = "0.1.7"
failure_derive = "0.1.7"