export_stringblocks

Function export_stringblocks 

Source
pub fn export_stringblocks(pool: &StringPool) -> String
Expand description

Serialize a string pool as a JSON object { "0": "…", "1": "…", … }.

The returned string can be written to a file and later re-imported with import_stringblocks.