example2.go 203 B

123456789101112
  1. package main
  2. // simple.json
  3. type SimpleStruct struct {
  4. programming_languages []string
  5. test string
  6. ships []float64
  7. numbers []float64
  8. mapofstuff map[string][]interface {}
  9. name string
  10. age float64
  11. }