Serde AT Protocol DAG-JSON
This is a Serde implementation for [DAG-JSON] for AT protocol.
It is forked from serde_ipld_dagjson with a few alterations to use the bytes
and $link types defined in AT protocol's data model
rather than the reserved key / defined in IPLD's DAG-JSON.
Any Serde based JSON library can be used for the underlying parsing, by default serde_json is used.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT) at your option.