|
|
|
|
|
by nine_k
2491 days ago
|
|
JSON is serviceable as an intermediate format, machine-generated and machine-consumed. It is outright bad as a human-operated format. It explicitly lacks comments, it does not allow trailing commas, it lacks namespaces, to name a few pain points. YAML is much more human-friendly, with all its problems. |
|