Extra modes etc. for brace.
npm install brace-extraThis is a collection of extra modes for the brace.
npm install brace-extra
For now this package provides the following modes:
ljson: Loose JSON (JSON with a loose format requirement)
locale: Locale strings format (simple lines of: "key": "value")
You only need to import the appropriate file for the wanted mode:
import 'brace-extra/mode/ljson';