Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```