json2go icon indicating copy to clipboard operation
json2go copied to clipboard

Generate Go structs from JSON with struct tags: can specify type name, package name, and additional field tag keys with the CLI app.

Results 1 json2go issues
Sort by recently updated
recently updated
newest added

# feat: add string tag & json.Number Hello, here are two functional changes. Thanks for reviewing it. - Add a new cmd option `-S -stringtag`. Allow users to let our...