Hacker News new | ask | show | jobs
by apta 2143 days ago
Quite scary to run financial transactions using an untyped format.
2 comments

You'd be surprised just what kind of stuff goes through JSON to be parsed by unreliable Javascript engines 9ver software that doesn't correctly implement the JSON standard

>.<

Everything is JSON these days, unfortunately.
You can apply schemas and force integers although. You also have typed serialization formats such as protobuf.