Building a ton of tooling for nostr. First, I lay the foundation for my work…

Introducing QuickJSON, the fastest and easiest way to handle JSON in Swift.

It abstracts the excellent C lib yyson into two simple functions (encode and decode), without abstracting away performance.

Type-strict languages ftw

https://github.com/tannerdsilva/QuickJSON

Reply to this note

Please Login to reply.

Discussion

The world did not need another JSON parsing library.

But in the context of using nostr with Swift, there was a major gap to fill in the performance department.

QuickJSON is my answer for this.