git.sr.ht/~pingoo/stdx@v0.0.0-20240218134121-094174641f6e/toml/internal/toml-test/tests/valid/array/mixed-string-table.json (about) 1 { 2 "contributors": [ 3 { 4 "type": "string", 5 "value": "Foo Bar \u003cfoo@example.com\u003e" 6 }, 7 { 8 "email": { 9 "type": "string", 10 "value": "bazqux@example.com" 11 }, 12 "name": { 13 "type": "string", 14 "value": "Baz Qux" 15 }, 16 "url": { 17 "type": "string", 18 "value": "https://example.com/bazqux" 19 } 20 } 21 ], 22 "mixed": [ 23 { 24 "k": { 25 "type": "string", 26 "value": "a" 27 } 28 }, 29 { 30 "type": "string", 31 "value": "b" 32 }, 33 { 34 "type": "integer", 35 "value": "1" 36 } 37 ] 38 }