@toiletpaper @p @NonPlayableClown You can also use something https://jsonlines.org/ which is using the fact that most JSON parsers can actually support concatenated JSON.
But well in the case of tap it could just be # JSON {"foo": "bar"} maybe I could also accept multiline like so:
# { # "foo": bar # }But urgh, I think I'd rather keep each line it's own message/action, which the YAML thing in TAP breaks.