-
-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Support for comments. #376
Copy link
Copy link
Closed
Labels
solution: proposed fixa fix for the issue has been proposed and waits for confirmationa fix for the issue has been proposed and waits for confirmation
Milestone
Metadata
Metadata
Assignees
Labels
solution: proposed fixa fix for the issue has been proposed and waits for confirmationa fix for the issue has been proposed and waits for confirmation
One of the biggest gripes people have with json format is the lack of support for comments.
E.g. see this reddit thread.
Many libraries, including jsoncpp and RapidJSON have support for comments in spite of the RFC.
Additionally, RapidJSON allows further relaxations to grammar, e.g. trailing commas and nan/infinity for fp-numbers.
If we want to be user-friendly, perhaps we shouldn't alienate users that have need for comments in their config files?