Comment by pkphilip
4 hours ago
Why does this look pretty much like JSON with the only exception being no commas between elements in a list / array?
4 hours ago
Why does this look pretty much like JSON with the only exception being no commas between elements in a list / array?
Because it IS json with some half-assed enhancements. I say half-assed, because it only seems to work one-way. Parsing this is OK, probably not the most efficient json-parser around, but writing back and preserving the enhancements seems not supported, at least not in the python-implementation.