DictDumper - Stream Formatted Output Dumper¶
The dictdumper
project is an open source Python program works as a
stream formatted output dumper for dict
.
Currently, the module supports following formats –
-
Abstract base class of all dumpers.
-
Dump JavaScript object notation (
JSON
) format file. -
Dump Apple property list (
PLIST
) format file. -
Dump tree-view text (
TXT
) format file. -
Dump extensible markup language (
XML
) file; this is an abstract base class -
Dump JavaScript file using
Vue.js
framework; this class is deprecated due to grammar error.Deprecated since version 0.8.0.
Note
The XML
class is an abstract
base class for XML format dumpers.
Warning
The VueJS
class is deprecated
due to errors in grammar.