nu_plugin_query_json 0.44.0

query json files with gjson
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
authors = ["The Nu Project Contributors"]
description = "query json files with gjson"
edition = "2018"
license = "MIT"
name = "nu_plugin_query_json"
version = "0.44.0"

[lib]
doctest = false

[dependencies]
gjson = "0.8.0"
nu-errors = { version = "0.44.0", path="../nu-errors" }
nu-plugin = { version = "0.44.0", path="../nu-plugin" }
nu-protocol = { version = "0.44.0", path="../nu-protocol" }
nu-source = { version = "0.44.0", path="../nu-source" }