https://github.com/creachadair/jtree
Experimental JSON stream parser.
https://github.com/creachadair/jtree
ast go golang hujson json jwcc parser
Last synced: about 1 year ago
JSON representation
Experimental JSON stream parser.
- Host: GitHub
- URL: https://github.com/creachadair/jtree
- Owner: creachadair
- License: other
- Created: 2021-12-01T05:34:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T15:25:02.000Z (about 1 year ago)
- Last Synced: 2025-04-08T16:30:43.230Z (about 1 year ago)
- Topics: ast, go, golang, hujson, json, jwcc, parser
- Language: Go
- Homepage:
- Size: 277 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jtree
[](https://pkg.go.dev/github.com/creachadair/jtree)
[](https://github.com/creachadair/jtree/actions/workflows/go-presubmit.yml)
This repository defines a Go module that implements an streaming JSON scanner
and parser.
The [jwcc](https://godoc.org/github.com/creachadair/jtree/jwcc) package
implements the [JSON With Commas and Comments(JWCC)](https://nigeltao.github.io/blog/2021/json-with-commas-comments.html)
extension, using the same underlying parsing machinery.