1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/cli/tests/badly_formatted.json
Satya Rohith d9b1f96897
feat: add json(c) support to deno fmt (#9292)
This commit adds support for formatting JSON and JSONC 
in "deno fmt".

New values "json" and "jsonc" are added to "--ext" flag for 
standard input processing.
2021-02-18 17:31:32 +01:00

12 lines
No EOL
167 B
JSON

{
"key1": "value1",
"key2": true,
"key3": ["value2", "value3", false],
"keys": {
"more": "values"
}
}