Oddbean new post about | logout
 @ad830989 Oh wow. What environment are you in that you had to make your own JSON parser? 🤯 
 @59c6c59c I didn't have to write my own JSON parser: I had to write my own JSON serialiser and figured I'd do the parser as well. There actually are JSON serialisers for the environment in question as well but I needed one that would output exactly the same characters as the one in the V8 JavaScript engine and I didn't know which ones did that. 
 @ad830989 Oh jeeze yeah. that's a major mood. i'm guessing you're trying to sign and verify json data? The SSB community had a bit of a reckoning with this a while ago :P Kinda why I like using IPLD's dag-json for stuff now.