Fast JSON, again!

I was recently working with a non-python project and ended up using simdjson to do json parsing due to speed. I know we’ve touched on (and worked past) replacing ujson as the default parser, but I wanted to let people know that I’ve been really happy with its speed and reliability. It does have python bindings, so I wanted to share that discovery with people in case they wanted to try using it as an alternate parser for their python projects.

3 Likes

How are you using it with Sanic ?

I’m interested