←back to thread

Fixing JSON

(www.tbray.org)
139 points robin_reala | 1 comments | | HN request time: 0.207s | source
Show context
lhopki01 ◴[] No.12327755[source]
Just use yaml?
replies(3): >>12327787 #>>12328256 #>>12328267 #
1. detaro ◴[] No.12328267[source]
I feel like YAML might be a bit to complicated in the other direction, with many ways of encoding quite complex things and the connected risk for bugs. (E.g. the Python-binding, pyYAML, can't even read its own output correctly in all cases)