pub fn import_json(json_data: &str) -> Result<ExportData>Expand description
Import data from JSON format
Note: This imports metadata only. The actual AION file must be recreated using the init/commit operations with the original rules.
pub fn import_json(json_data: &str) -> Result<ExportData>Import data from JSON format
Note: This imports metadata only. The actual AION file must be recreated using the init/commit operations with the original rules.