Expand description
Library of IDL (candid) to JSON conversion functions.
Modules§
- candid_
types - Code for manipulating candid types.
- polyfill
- Code that should be pushed upstream.
Structs§
- Idl2
Json Options - Options for idl2json conversions
Enums§
- Bytes
Format - Options for how to represent
Vec<u8>
- Json
Value - Represents any valid JSON value.
Functions§
- idl2json
- Converts a candid IDLValue to a serde JsonValue, without type information.
- idl2json_
with_ weak_ names - Converts a candid IDLValue to a serde JsonValue, with keys as names where possible.
- idl_
args2json - Converts a candid IDLArgs to a serde JsonValue, without type information.
- idl_
args2json_ with_ weak_ names - Converts a candid IDLArgs to a serde JsonValue, with keys as names where possible.