https://github.com/tylerchr/jsonoscope
Package jsonoscope contains tooling for structural analysis of JSON documents.
https://github.com/tylerchr/jsonoscope
golang json
Last synced: 6 months ago
JSON representation
Package jsonoscope contains tooling for structural analysis of JSON documents.
- Host: GitHub
- URL: https://github.com/tylerchr/jsonoscope
- Owner: tylerchr
- License: bsd-3-clause
- Created: 2017-02-20T01:02:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-20T01:03:44.000Z (over 9 years ago)
- Last Synced: 2024-06-20T16:46:55.701Z (about 2 years ago)
- Topics: golang, json
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jsonoscope [](https://godoc.org/github.com/tylerchr/jsonoscope)
Package jsonoscope contains tooling for structural analysis of JSON documents. It implements depth-first tree traversal of JSON trees and invokes visitor methods for the entry and exit of each node.