Skip to content

AWare/j2s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

JSON to Struct (Work in Progress)

This package will generate go code for a struct which matches the structure of types that json.Unmarshal builds when handed a map[string]interface{} as it's unmarshalling type.

var msi map[string]interface{}
json.Unmarshal(someJSON, &msi)

The current code quality is: half past one in the morning

The current test suite quality is: sharp intake of breath over teeth

About

A tool to make go structs from JSON

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages