ipfs/go-ipld-cbor

In JSON, marshal byte slices to strings using the escape syntax.

Stebalien opened this issue · 0 comments

We currently encode byte slices to base64 encoded strings. We should instead use the escape syntax. Unfortunately, making this work correctly may be kind of a pain.