Renderers: Don't include the title in JSON output.

This commit is contained in:
Mike Auty
2019-12-16 21:58:22 +00:00
committed by ikelos
parent 0746fd2994
commit fc5062fbe0
+1
View File
@@ -296,6 +296,7 @@ class JsonRenderer(CLIRenderer):
}
name = 'JSON'
structured_output = True
def get_render_options(self) -> List[RenderOption]:
pass