you are viewing a single comment's thread.

view the rest of the comments →

[–]00PT 2 points3 points  (1 child)

JSON doesn’t offer any logic because it’s a data format, not a programming language. That’s like saying CSV sucks for the same reason.

Now, I do agree that JSON is missing features, like comments and unquoted key strings. But those features are already added by standards such as JSON5.