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

https://github.com/samit22/json-go

CLI to convert JSON to go and vice versa.
https://github.com/samit22/json-go

cli go hacktoberfest json

Last synced: 6 months ago
JSON representation

CLI to convert JSON to go and vice versa.

Awesome Lists containing this project

README

          

## Json To Go Struct CLI

### Install

*Go version 1.17*

```
go install github.com/samit22/json-go
```

Usages
```
json-go jtg '{"name": "samit"}'

```

Example
![Nested JSON](https://github.com/samit22/json-go/blob/master/docs/images/example.png)