Advanced
In reply to @mrmemes
Monsieur Le Memes@mrmemes
7/7/2023

I've been playing with hex-encoding data using a brief front matter that takes inspiration from the Foundry approach to ABI encoding, but by the time you encode the body to hex, append `data:application/octet-stream,` and then convert that all to hex, it ends up being pretty lengthy.

In reply to @mrmemes
Monsieur Le Memes@mrmemes
7/7/2023

Maybe dynamically typed JSON is sufficient? Or perhaps using JSON Schema would be simpler even if it's very verbose?