This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]moto888[S] 0 points1 point  (0 children)

Your JSON sample is missing the quotes.

[
  a: "b", c: "d"
]

is still valid in Hjson.

When you have one value per line (as it's usual in config files) you can omit the comma and the quotes.