featured in #403
featured in #289
Better JSON In Postgres With PostgreSQL 14
- Craig Kerstiens tl;dr: "Postgres 14 makes JSON even more user friendly than before. While I wouldn't recommend simply using the subscript format everywhere in your application due to it not always leveraging indexes, for casual querying it proves to be a big win."featured in #233
Simdjson : Parsing Gigabytes Of JSON Per Second
tl;dr: "JSON is everywhere on the Internet. Servers spend a \*lot\* of time parsing it. We need a fresh approach. The simdjson library uses commonly available SIMD instructions and microparallel algorithms to parse JSON 2.5x faster than anything else out there."featured in #198