exjson_value: bytes | bigint | null | boolean | number | string | [...exjson_value[]] | {
    [key: string]: exjson_value;
}

an extended JSON value; that is: JSON + bytes + bigint

Type declaration

Generated using TypeDoc