Oddbean new post about | logout
 nostr:npub1t8rvt8pwj4el0p7zav09f5fzmg07837z486qr8vpgc5h4608dd6q2wrvnw 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.