Vitor Pamplona · 181w ok, now I understand it. It's about escaping the content field to create the JSON string. Some implementations are escaping newline char into "\n" (2 chars) but not other characters like LSEP into \... Peter Todd @Peter Todd 1677971639 Mixing JSON and cryptographic data structures is a terrible idea. Nostr should have chosen a binary serialization format, same as Bitcoin and OpenTimestamps. Parsing JSON is much more complex than you think it is; parsing binary is much simpler.@nostrich 2โค๏ธ7๐ค1