NDJSON Colorizer
colorizes NDJSON (Newline Delimited JSON) files
With :)
Without :(
FYI
- By default only
*.ndjson files are colorized.
- You can update your settings file(s) as needed, using
"files.associations" :
{
// ...
"files.associations": {
"*.db": "ndjson",
"*.jsonl": "ndjson",
"*.njson": "ndjson"
}
}
| |