Hacker News new | ask | show | jobs
by packetlost 1459 days ago
Postgres' JSON implementation perfectly adheres to the JSON spec, which actually sucks if you need to support things like NaNs, Inf, etc. It's a good option, but it doesn't work for all datasets.
1 comments

Wow, TIL that NaN isn't valid JSON.