Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON-to-Go #655

Open
pzghost opened this issue Oct 10, 2023 · 2 comments · May be fixed by #1031
Open

JSON-to-Go #655

pzghost opened this issue Oct 10, 2023 · 2 comments · May be fixed by #1031
Assignees
Labels

Comments

@pzghost
Copy link

pzghost commented Oct 10, 2023

What tool do you want?
converts JSON into a Go type definition

Describe the solution you'd like

Is their example of this tool in the wild?
input:

{"k1":"v1","k2":"v2"} 

output:

type AutoGenerated struct {
	K1 string `json:"k1"`
	K2 string `json:"k2"`
}

Additional context
like: https://mholt.github.io/json-to-go/

@lemon8866
Copy link
Contributor

I have added this tool to this PR #732 , using the tools you provided on the website

sharevb added a commit to sharevb/it-tools that referenced this issue May 1, 2024
@sharevb sharevb linked a pull request May 1, 2024 that will close this issue
sharevb added a commit to sharevb/it-tools that referenced this issue May 5, 2024
@sharevb
Copy link
Contributor

sharevb commented May 5, 2024

Hi @pzghost, @lemon8866 and @CorentinTh, took the PR of @lemon8866 to #1031

sharevb added a commit to sharevb/it-tools that referenced this issue May 15, 2024
sharevb added a commit to sharevb/it-tools that referenced this issue May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants
@CorentinTh @pzghost @sharevb @lemon8866 and others