0

I found a few RFCs for JSON. What would be the best way to request a modification to the grammar or parser section(s) in order to propose the idea of supporting comments? As I understand it, JSON does not officially support comments. I understand there are rationales against using comments in JSON, but I'd still like to make a proposal for something that might work.

Community
  • 1
  • 1
Jacob M. Barnard
  • 1,347
  • 1
  • 10
  • 24

1 Answers1

2

The procedure for independent submissions (that is, submissions which do not come from the IAB, IETF or IRTF) to the RFC Editor is described on the Independent Submissions page.

Anyone can submit any idea as an RFC, but you should carefully consider the reasons why comments are discouraged from inclusion in JSON, particularly the security-related reasons. (You'll need to do that review anyway as part of the submission process.)

rici
  • 234,347
  • 28
  • 237
  • 341