Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nobletk/json-parser
A JSON parser written in GO.
https://github.com/nobletk/json-parser
Last synced: about 1 month ago
JSON representation
A JSON parser written in GO.
- Host: GitHub
- URL: https://github.com/nobletk/json-parser
- Owner: nobletk
- License: mit
- Created: 2024-11-04T21:32:40.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T21:43:15.000Z (3 months ago)
- Last Synced: 2024-11-19T09:57:27.433Z (2 months ago)
- Language: Go
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GoNC
A Command line JSON parser written in GO.
## Features
* TBD
## Usage
```
jsonparser [OPTIONS]# or
cat | jsonparser [OPTIONS]
```The options are the following:
* `-d` or `--debug` : debug mode for logs
## Getting started
### Clone the repo
```
git clone https://github.com/nobletk/json-parser
# then build the binary
make build
```### Go
```
go install https://github.com/nobletk/json-parser/cmd/jsonparser@latest
```