jsonstruct.com icon indicating copy to clipboard operation
jsonstruct.com copied to clipboard

Open Source service designed to help easily convert JSON object into Go struct

Results 2 jsonstruct.com issues
Sort by recently updated
recently updated
newest added

http://imgur.com/Bsbucca

Basically if you try to translate following example you will get exception that same one is not supported. ``` json [ { "test": "struct" } ] ``` We should support...

enhancement