deb-python-cliff/doc/source
Steve Baker 4e1470d93e Implement a json formatter in cliff
This change replaces the cliff-tablib json formatter with an internal
replacement. It differs from the tablib formatter in the following ways:
- by default outputs with an indent of 2 spaces. The --noindent formatting
  argument outputs with no indentation, to save space or to pipe to tools
  which can't handle multi-line input.
- emit_one serialises a simple dict where the column name is the key
and the data item is the value (rather than a list of dicts with
'Field' and 'Value' keys)

The cliff release which contains this change will need a corresponding
cliff-tablib release which removes the json formatter from its setup.py
entry_points.

Change-Id: I7f9b1f339d96ead347a0c9d95ec7004a78d8c9d5
Related-Bug: #1308744
2015-08-18 09:42:19 +12:00
..
classes.rst Bring doc build up to standard 2014-10-26 00:22:44 +00:00
complete.rst Bring doc build up to standard 2014-10-26 00:22:44 +00:00
conf.py Bring doc build up to standard 2014-10-26 00:22:44 +00:00
demoapp.rst Set demo app up with deferred help 2015-07-24 15:44:06 +00:00
developers.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:36 +00:00
history.rst Include the automatically-generated changelog 2015-06-19 20:37:50 +00:00
index.rst Bring doc build up to standard 2014-10-26 00:22:44 +00:00
install.rst Bring doc build up to standard 2014-10-26 00:22:44 +00:00
interactive_mode.rst Improve help messages 2015-08-07 16:49:09 +02:00
introduction.rst Update links to setuptools doc. 2015-03-10 16:35:58 +11:00
list_commands.rst Implement a json formatter in cliff 2015-08-18 09:42:19 +12:00
show_commands.rst Implement a json formatter in cliff 2015-08-18 09:42:19 +12:00