logoalt Hacker News

true_religionyesterday at 8:03 PM0 repliesview on HN

The main advantage of json is that it’s human readable and writable. Beyond that, it has no notion of user created data types so anyone using it has to do custom unmarshalling to get a type apart from sting, number, dict and list.