|
|
|
|
|
by angelortega
4494 days ago
|
|
Commas and colons are unnecessary clutter in JSON, that's what they should change, not adding more complexity in exchange for nothing (dangling commas at the end? please). Quotes inside keys and values should also be optional unless they contain spaces. JSON should be simplified (if any), not made it more complicated. |
|