@mauve the component that I've been debugging today is a streaming JSON parser. I was originally debugging something else but I got a test dataset in JSON and my attempts to use it to debug the original thing exposed a bunch of bugs in my JSON parser.
@jeremy_list Oh wow. What environment are you in that you had to make your own JSON parser? 🤯
@jeremy_list 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.
@mauve yeah still trying to sign and validate SSB data. Which is a weird problem to be having since I already have it correctly hashing signed SSB data.