https://github.com/berquerant/jsonast
build json AST
https://github.com/berquerant/jsonast
go json
Last synced: about 1 year ago
JSON representation
build json AST
- Host: GitHub
- URL: https://github.com/berquerant/jsonast
- Owner: berquerant
- License: mit
- Created: 2024-07-12T21:18:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T12:38:12.000Z (about 1 year ago)
- Last Synced: 2025-03-31T11:30:38.688Z (about 1 year ago)
- Topics: go, json
- Language: Go
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jsonast
```
❯ jsonast --help
jsonast - build json AST
Usage:
jsonast [flags] [FILE]
This command converts json to AST but does not convert the value type of the node.
Node values are always strings.
Flags:
```
# Examples
``` shell
cat - <