For these unescaped double quote in property value of json, escape it by using escape character "\".
Repair broken JSON documents
string-argv parses a string into an argument array to mimic process.argv. This is useful when testing Command Line Utilities that you want to pass arguments to.
Prevent the use of curly quote/apostrophe characters
A permissive parser for dirty JSON data that does its best
Allow only single quotes for import
A user interface for JSON.
esformatter plugin: enforces coding style that string literals are delimited with single or double quotes.
Ultra-fast cross-platform command line utility to watch file system changes.
Prefer the use of curly quote/apostrophe characters
Count how often a character (or substring) is used in a string
YAML language server
Svelte Code Checker Terminal Interface
Convert matching double-quotes to single-quotes: `I "love" unicorns` → `I 'love' unicorns`
Convert matching single-quotes to double-quotes: I 'love' unicorns → I "love" unicorns
TypeScript definitions for hjson
🐊Putout plugin adds ability to convert quotes to backticks
Serenity Now! Forgiving JSON parser
Add or remove backslashes (escape or unescape).
Enforce the use of curly quotes
Modify a JS/TS file and write back magically just like JSON!
Smart quotes are smart typography.
🐊Putout plugin adds ability to find and remove quotes from import assertions
Secretlint CLI that scan secret/credential data.
JsonMend is a robust Ruby gem designed to repair broken or malformed JSON strings. It is specifically optimized to handle common errors found in JSON generated by Large Language Models (LLMs), such as missing quotes, trailing commas, unescaped characters, and stray comments
SmarterJSON is a permissive JSON/JSON5 parser: comments, trailing commas, different quote styles, Python/JS keywords, and more, all parse to the same Ruby objects. Purposely no strict mode, always best-effort, blazing fast. Handles BOM, smart quotes, messy input. Compatible with config/data files and API responses alike.
Extends ActionView with a `vue` helper for the Islands architecture: Vue components mounted on otherwise static, server-rendered pages. Unlike the built-in `tag` helper, it emits v-bind shorthand for typed props, switches to single-quote attribute delimiters when values contain double quotes (e.g. JSON), and validates that tag names are legal kebab-cased custom element names.