Y
Hacker News
new
|
ask
|
show
|
jobs
by
apta
2143 days ago
Quite scary to run financial transactions using an untyped format.
2 comments
djbebs
2141 days ago
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
>.<
link
zo1
2143 days ago
Everything is JSON these days, unfortunately.
link
novok
2142 days ago
You can apply schemas and force integers although. You also have typed serialization formats such as protobuf.
link
>.<