You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add json encoder for virtual table lines and option to print json
... instead of pretty printed table. Introduced --print-json option
Also, apply --print-json option for data tree
Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
parser.add_argument("--json-file", dest="json_file", help="JSON file with parameter")
228
+
parser.add_argument("--print-json", action='store_true', dest="print_json", help="Print JSON representation of model instead of pretty-format (for some replies only)")
0 commit comments