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

https://github.com/aman-bansal/go_json_tag_generator

Simple tool that add json tags to go lang structs
https://github.com/aman-bansal/go_json_tag_generator

go json tool

Last synced: about 1 month ago
JSON representation

Simple tool that add json tags to go lang structs

Awesome Lists containing this project

README

          

go_json_tag_generator
---------------------
Simple tool that add json tags to go lang structs

Installation
------------

You need to install the json_tag_generator. To get the latest released version use:

```GO111MODULE=on go get github.com/aman-bansal/go_json_tag_generator@latest```

Running go_get_set_generator
----------------------------
```json_tag_generator -source=path/fileName.go```

Scope Of Improvement
--------------------
1. Add command line option to get the list of structs

Issue Reporting
----------------
If you found any issues or wanted to suggest any enhancement, do create an issue in the repo itself or shoot an email to bansalaman2905[at]gmail[dot]com.