Skip to main content

Module json

Module json 

Source

StructsΒ§

JsonCard πŸ”’
JsonCipher πŸ”’
JsonExport πŸ”’
JSON export format. These are intentionally decoupled from the internal data structures to ensure internal changes are not reflected in the public exports.
JsonFido2Credential πŸ”’
JsonField πŸ”’
JsonFolder πŸ”’
JsonIdentity πŸ”’
JsonLogin πŸ”’
JsonLoginUri πŸ”’
JsonPasswordHistory πŸ”’
JsonSecureNote πŸ”’
JsonSshKey πŸ”’

EnumsΒ§

JsonError

FunctionsΒ§

export_json πŸ”’
rfc3339_millis_serialize πŸ”’
Serialize a DateTime<Utc> with millisecond precision to match the web exporter, which uses JavaScript’s Date.toISOString() format.
rfc3339_millis_serialize_opt πŸ”’
Serialize an optional DateTime<Utc> with millisecond precision when present.