git.sr.ht/~pingoo/stdx@v0.0.0-20240218134121-094174641f6e/toml/internal/toml-test/tests/valid/key/alphanum.json (about) 1 { 2 "000111": { 3 "type": "string", 4 "value": "leading" 5 }, 6 "10e3": { 7 "type": "string", 8 "value": "false float" 9 }, 10 "123": { 11 "type": "string", 12 "value": "num" 13 }, 14 "2018_10": { 15 "001": { 16 "type": "integer", 17 "value": "1" 18 } 19 }, 20 "34-11": { 21 "type": "integer", 22 "value": "23" 23 }, 24 "a-a-a": { 25 "_": { 26 "type": "bool", 27 "value": "false" 28 } 29 }, 30 "alpha": { 31 "type": "string", 32 "value": "a" 33 }, 34 "one1two2": { 35 "type": "string", 36 "value": "mixed" 37 }, 38 "under_score": { 39 "type": "string", 40 "value": "___" 41 }, 42 "with-dash": { 43 "type": "string", 44 "value": "dashed" 45 } 46 }