git.sr.ht/~pingoo/stdx@v0.0.0-20240218134121-094174641f6e/toml/internal/toml-test/tests/valid/array/mixed-int-float.json (about) 1 { 2 "ints-and-floats": [ 3 { 4 "type": "integer", 5 "value": "1" 6 }, 7 { 8 "type": "float", 9 "value": "1.1" 10 } 11 ] 12 }