d2/testdata/d2parser/TestParse/key.exp.json
Alexander Wang 524c089a74 oss
Co-authored-by: Anmol Sethi <hi@nhooyr.io>
2022-11-03 06:54:49 -07:00

31 lines
766 B
JSON
Generated

{
"ast": {
"range": "d2/testdata/d2parser/TestParse/key.d2,0:0:0-2:0:3",
"nodes": [
{
"map_key": {
"range": "d2/testdata/d2parser/TestParse/key.d2,1:0:1-1:1:2",
"key": {
"range": "d2/testdata/d2parser/TestParse/key.d2,1:0:1-1:1:2",
"path": [
{
"unquoted_string": {
"range": "d2/testdata/d2parser/TestParse/key.d2,1:0:1-1:1:2",
"value": [
{
"string": "x",
"raw_string": "x"
}
]
}
}
]
},
"primary": {},
"value": {}
}
}
]
},
"err": null
}