Make JSON greppable!
https://github.com/tomnomnom/gron
#json #grep
gron transforms JSON into discrete assignments to make it easier to grep for what you want and see the absolute 'path' to it. It eases the exploration of APIs that return large blobs of JSON but have terrible documentation.
https://github.com/tomnomnom/gron
#json #grep
GitHub
GitHub - tomnomnom/gron: Make JSON greppable!
Make JSON greppable! Contribute to tomnomnom/gron development by creating an account on GitHub.
yj -
#toml #json #yaml #jq #hcl #jsqry
PS: уже были посты, об альтернативах привычным нам unix утилитах
тут вот еще немного https://zaiste.net/posts/shell-commands-rust/
Convert between YAML, TOML, JSON, and HCL.https://github.com/sclevine/yj
Preserves map order.
Format versions:
YAML: v1.2 (gopkg.in/yaml.v3)
TOML: v1.0.0-rc.1 (github.com/pelletier/go-toml)
JSON: RFC 7159 (encoding/json)
HCL: v1 (github.com/hashicorp/hcl)
#toml #json #yaml #jq #hcl #jsqry
PS: уже были посты, об альтернативах привычным нам unix утилитах
тут вот еще немного https://zaiste.net/posts/shell-commands-rust/
Kubernetes JSON Schemas is a project that contains schemas for every version of every object in every version of Kubernetes
https://github.com/instrumenta/kubernetes-json-schema
#k8s #kubernetes #json
https://github.com/instrumenta/kubernetes-json-schema
#k8s #kubernetes #json
GitHub
GitHub - instrumenta/kubernetes-json-schema: Schemas for every version of every object in every version of Kubernetes
Schemas for every version of every object in every version of Kubernetes - instrumenta/kubernetes-json-schema
PolygonDB
https://github.com/JewishLewish/PolygonDB
#mongodb #json
is an alternative to MongoDB that provides a developer-friendly experience and less resources hungry
https://github.com/JewishLewish/PolygonDB
#mongodb #json
StringZilla
#parser #json #csv #python
10x faster string search, split, sort, and shuffle for long strings and multi-gigabyte files in Python and C, leveraging SIMD with Arm Neon and x86 AVX2 & AVX-512 intrinsicshttps://github.com/ashvardanian/stringzilla
#parser #json #csv #python