Hacker News new | ask | show | jobs
by rafaelmn 922 days ago
> Postgres's JSONB uses native numbers, which is faster but coerces values.

You would probably be string quoting your numbers in your data/model if this matters to you so sounds like the right call from PG implementation.