-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Thanks again for this wonderful add-on, I use it all the time :)
I was wondering:
There's a (simple) extension to json
called json5 that especially includes comments and is targeted towards human readablity. Might be worth looking into to support?
Example from the website:
{
// comments
unquoted: 'and you can quote me on that',
singleQuotes: 'I can use "double quotes" here',
lineBreaks: "Look, Mom! \
No \\n's!",
hexadecimal: 0xdecaf,
leadingDecimalPoint: .8675309, andTrailing: 8675309.,
positiveSign: +1,
trailingComma: 'in objects', andIn: ['arrays',],
"backwardsCompatible": "with JSON",
}
A more real-world example is this config file from the Chromium/Blink project.
Metadata
Metadata
Assignees
Labels
No labels