You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 19, 2020. It is now read-only.
There should be a DagJSON implementation using the Ipld enum specified in the ipld-core crate.
It doesn't necessarily need to use Serde (like DagCBOR is doing), I'd actually be happy if it wouldn't use Serde as it currently is an unnecessary intermediate step. So it would do the JSON encoding straight from an Ipld enum.
There should be a DagJSON implementation using the
Ipldenum specified in theipld-corecrate.It doesn't necessarily need to use Serde (like DagCBOR is doing), I'd actually be happy if it wouldn't use Serde as it currently is an unnecessary intermediate step. So it would do the JSON encoding straight from an
Ipldenum.