An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# jsonoscope [![GoDoc](https://godoc.org/github.com/tylerchr/jsonoscope?status.svg)](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.