blob: 54c0f2c1c84711b5d82052cb2a86d0775c9176ce [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 json5",
trailing : "trailing comma is ok",
}