Skip to main content

json_kind_of

Function json_kind_of 

Source
pub fn json_kind_of(b: BaseType) -> JsonKind
Expand description

The JSON kind a base type wires as. Same mapping as the ts_base_for_serialisation it replaces: Int/Float/Duration/InstantNumber (all four erase to a TS number), String/BytesString (a Bytes wires as a base64 string, ADR 0142 D5), BoolBoolean.