https://github.com/busterc/vscode-ndjson-colorizer
:art: VSCode extension colorizes NDJSON (Newline Delimited JSON) files
https://github.com/busterc/vscode-ndjson-colorizer
colorize colorizer json-ld jsonld jsonlines ndjson vscode-extension vscode-language
Last synced: 2 months ago
JSON representation
:art: VSCode extension colorizes NDJSON (Newline Delimited JSON) files
- Host: GitHub
- URL: https://github.com/busterc/vscode-ndjson-colorizer
- Owner: busterc
- Created: 2018-02-27T16:06:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-14T21:05:29.000Z (about 6 years ago)
- Last Synced: 2024-12-26T04:11:28.197Z (4 months ago)
- Topics: colorize, colorizer, json-ld, jsonld, jsonlines, ndjson, vscode-extension, vscode-language
- Size: 113 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# NDJSON Colorizer [](https://marketplace.visualstudio.com/items?itemName=buster.ndjson-colorizer)
> colorizes [NDJSON](http://ndjson.org/) (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"`:```json
{
// ..."files.associations": {
"*.db": "ndjson",
"*.jsonl": "ndjson",
"*.njson": "ndjson"
}
}
```