upvote
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.
reply
Most JSON libraries in typed languages require this for data binding to complex types though.
reply