/JSON

JSON vs XML

- Douglas Crockford tl;dr: A podcast interview in which Douglas shares the story of JSON and his approach to finding a simple way to build software. Also, his battles against XML, against complexity, and his battles to say that there’s a better way to build software.

featured in #403


Curl Dash-Dash-Json

- Daniel Stenberg tl;dr:  “This is a new option that basically works as an alias, or shortcut, to sending JSON to an endpoint.”

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