Module json

Module json 

Source
Expand description

JSON Export functionality

Exports the complete database to JSON format with schema versioning.

Structs§

ExportMetadata
Export metadata for reference
ExportRestoreResult
Result of restoring from an export file
FullExport
Full database export structure

Constants§

EXPORT_SCHEMA_VERSION
Current export schema version

Functions§

export_full_json
Export the full database to JSON
import_from_json
Import from a JSON export (for verification/restore)
restore_from_export
Restore data from a FullExport to storage