strip-json-comments
Strip comments from JSON. Lets you use comments in your JSON files!
Strip comments from JSON. Lets you use comments in your JSON files!
JSON, JSONC and JSON5 parser for use with ESLint plugins
A highly opinionated, sharable config of ESLint rules to produce beautiful, readable JavaScript.
ESLint plugin for JSON, JSONC and JSON5 files.
Create excel xlsx file from json
ESLint mono-plugin bundler with strict, opinionated defaults for (Stylistic) JavaScript, TypeScript, Svelte, HTML, Tailwind/CSS, JSON, JSONC, YAML, and Mocha.
JSONC grammar for tree-sitter
JSONC and JSON utilities for JavaScript with Node.js
Load environment variables using jsonc.
Simple work with your JSON configs
JSONC plugin for dprint.
jsonc for require(), similar to the one used by VS Code.
Geek Configuration Manager for Node.js - The complete solution for managing config settings for your Node.js application
A CLI tool to minify JSON/C, HTML and CSS.
Convert json or jsonc to typescript type (interface)
The webpack plugin that generates localization keys class from json with comments (JSONC)
jsonc for require(), similar to the one used by VS Code.
jsonc to ts interface
Extract field metadata from comments in JSONC files.
除了JSON本身的特性之外,还支持这样的一些特性: * 允许为json字符串增加前缀,例如: 可以使用`D"../static"`来表示目录(*前缀可以自定义*)。 * 支持注释,支持“//”注释。 * Object类型或Array类型的最后一个元素允许以“`,`”结束。 * json中键不用加引号