This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
pygments/tests/examplefiles/json/json-with-spaces.json
Matthäus G. Chajdas e0c828ff08 Improve fix for #2010.
2021-12-31 15:43:48 +01:00

9 lines
No EOL
108 B
JSON

{"foo" : "bar bar bar" , "baz": [ { "a" :
23 }
], "fobar": [ { "c d" :
23 }
]
}