1{ 2 "strings-and-ints": [ 3 { 4 "type": "string", 5 "value": "hi" 6 }, 7 { 8 "type": "integer", 9 "value": "42" 10 } 11 ] 12}
View as plain text