Tim Bray on Fixing JSON

Some time ago, Tim Bray started a Fixing JSON conversation in his blog. It’s an interesting conversation and you might want to have a look at it. Fixing JSON https://www.tbray.org/ongoing/When/201x/2016/08/20/Fixing-JSON The Fixing-JSON Conversation https://www.tbray.org/ongoing/When/201x/2016/08/22/Fixing-JSON-Redux I definitely vote for comments in JSON! 🙂

JSON in Python and Common Lisp

Both, Python and Common Lisp have libraries for writing and reading JSON format. JSON can be used as an alternative to XML, when not only machines will read the data. XML can be hard to read when you have more tags than data. JSON […]