blob: 67c443803d6f0daed4f6b33ead194698f872e703 [file] [log] [blame]
// This is json5 demo
// json5 can write comment in your json
{
key : "Key does not need double quote",
// json specific
"of" : "course we can use json as j // son5",
// json specific
trailing : "trailing comma is ok",
}