de en es fr nl pl pt sv zh

json

Handling unknown enum cases

5sw.de

Even though they are sometimes overused, enums are still a great tool. Thanks to Codable they can easily be decoded from JSON sent by your backend. This is great until you need to add a new case to the enum. Then you have to either deal with versioning your API or you need to tell your users...

Working With JSON in Postgres 14

Aaron Bos

Postgres has had native JSON support for almost 10 years (since version 9.2). In September 2021 Postgres 14 was released and it included some great features that improve our experience greatly when working with JSON data. In this post, we'll be diving into the new JSON features in Postgres 14 to...

What NoSQL needs and what I can provide…

adamfowleruk

Been reflecting on code to write when I’m on the train. I figure the best thing I can do is write code to help my NoSQL brethren. Here’s what I plan to do… The great thing about writing open source code for your day job is that you have to be very targeted. I only spend time writing code when it...

jq - my new favorite tool to work with json on the command line

Phil Hofmann

Frustration with slow and manual processes is probably my number one motivator to discover new tooling. Having lately worked with Swagger on a Json API I found myself in need of a tool to work with Json on the command line. I tried a couple and just when I was about to make the decision that I...