The other DocPrinter subclasses do their work in the methods print_usage(),
print_notes(), print_properties(), etc., whereas JsonPrinter only uses
print_usage(). I think I'll make this more uniform and split up the json export
into the print_notes(), print_properties(), etc. methods.
|