You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
[package]
|
|
|
|
name = "json_dotpath"
|
|
|
|
version = "0.1.2"
|
|
|
|
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"
|