idk, putting embedded json in tags is retarded, why is it not in the content field ffs
Discussion
it just complicates parsing the text, i had left it out of my code for a while and eventually figured out that i needed to handle escaping in tag text
most tag text doesn't need escaping, only zaps, pretty much
I feel your pain. I’m having trouble getting zaps to work on some apps I was tinkering with. I create the invoice but it fails when requesting payment.
the thing is that most people are like :wtf: at me when i say "i'm writing a faster json marshal/unmarshal that is specific to nostr" but they have NO idea how expensive that operation is, both processing and memory utilization
even with tags needing unescaping to unmarshal my code blazes through it anyway, it was just very notably zaps that have escaped JSON embedded in the tags