uhm well ok does anybody want to read a post about reliably parsing messy json arrays in rust now that the economy is crashing
i'm trying to do a series where i write down all the useful rust parsing tricks i've learned. https://piss.beauty/post/filter-parsing-json
i'm trying to do a series where i write down all the useful rust parsing tricks i've learned. https://piss.beauty/post/filter-parsing-json
Comments
"why nom would be worse tool"
decided premature optimization was the worse enemy at the time
I had a similar problem at a job a while back, going through a big pile of inconsistent json. we ended up just using a callback based parser.