you are viewing a single comment's thread
view the rest of the comments
[–] 25 points 2 years ago (2 children)

That's my biggest peev about JSON actually. No comments!! WTH!

  • source
  • parent
  • hideshow 4 child comments
  • [–] 15 points 2 years ago* (2 children)

    On one hand I agree, on the other hand I just know that some people would immediately abuse it and put relevant data into comments.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 9 points 2 years ago (1 child)

    do they do that in xml? never seen that

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 2 years ago

    I have actually seen it in an XML file in the wild. Never quite understood why they did it. Anything they encoded into there, they could have just added a node for.
    But it was an XML format that was widely used in a big company, so presumably somewhere someone wrote a shitty XML parser that can't deal with additional nodes. Or they were just scared of touching the existing structure, I don't know.

  • source
  • parent
  • [–] 5 points 2 years ago (1 child)

    This is why there are none, but I still think it's dumb. Parsers can't see comments anyways.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 9 points 2 years ago*

    That's assuming people actually use a parser and don't build their own "parser" to read values manually.

    And before anyone asks: Yes, I've known people who did exactly that and to this day I'm still traumatized by that discovery.

    But yes, comments would've been nice.

  • source
  • parent
  • [–] 0 points 2 years ago (1 child)

    There's comments in the specs and a bunch of parsers that actually inore //

  • source
  • parent
  • hideshow 2 child comments
  • [+] 3 points 2 years ago* (last edited 2 years ago) (1 child)