Crate idl2json

source ·
Expand description

Library of IDL (candid) to JSON conversion functions.

Modules§

Structs§

Enums§

Functions§

  • Converts a candid IDLValue to a serde JsonValue, without type information.
  • Converts a candid IDLValue to a serde JsonValue, with keys as names where possible.
  • Converts a candid IDLArgs to a serde JsonValue, without type information.
  • Converts a candid IDLArgs to a serde JsonValue, with keys as names where possible.