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.
- Host: GitHub
- URL: https://github.com/samit22/json-go
- Owner: samit22
- Created: 2022-02-07T05:21:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-28T19:04:55.000Z (almost 3 years ago)
- Last Synced: 2024-06-20T03:45:48.255Z (about 2 years ago)
- Topics: cli, go, hacktoberfest, json
- Language: Go
- Homepage:
- Size: 88.9 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: Readme.md
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
