mu: support json output for 'find'

Support output in json format for mu-find.
This commit is contained in:
djcb
2018-11-11 12:16:49 +02:00
parent a19b4ddb2d
commit e4a769ee02
3 changed files with 61 additions and 55 deletions

View File

@ -51,6 +51,7 @@ get_output_format (const char *formatstr)
{"links", MU_CONFIG_FORMAT_LINKS},
{"plain", MU_CONFIG_FORMAT_PLAIN},
{"sexp", MU_CONFIG_FORMAT_SEXP},
{"json", MU_CONFIG_FORMAT_JSON},
{"xml", MU_CONFIG_FORMAT_XML},
{"xquery", MU_CONFIG_FORMAT_XQUERY},
{"mquery", MU_CONFIG_FORMAT_MQUERY}