diff options
author | Mathias Gumz <mg@2hoch5.com> | 2020-02-01 18:55:24 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-03-17 15:01:28 +0100 |
commit | 04c03416e68fd635a15cae8201872f5c29fdcca8 (patch) | |
tree | 6b10d49ed62cd8a23b4a254e144c9b90321cfc7b /packages | |
parent | d83402813b624d9067416bea2e7feb70a358cf65 (diff) | |
download | curl-04c03416e68fd635a15cae8201872f5c29fdcca8.tar.gz |
writeout: support to generate JSON output
This commit adds support to generate JSON via the writeout feature:
-w "%{json}"
It leverages the existing infrastructure as much as possible. Thus,
generating the JSON on STDERR is possible by:
-w "%{stderr}%{json}"
This implements a variant of
https://github.com/curl/curl/wiki/JSON#--write-out-json.
Closes #4870
Diffstat (limited to 'packages')
-rw-r--r-- | packages/Symbian/group/curl.mmp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/Symbian/group/curl.mmp b/packages/Symbian/group/curl.mmp index 14ccf1419..361e0a620 100644 --- a/packages/Symbian/group/curl.mmp +++ b/packages/Symbian/group/curl.mmp @@ -45,6 +45,7 @@ SOURCE \ tool_vms.c \ tool_writeenv.c \ tool_writeout.c \ + tool_writeout_json.c \ tool_xattr.c SOURCEPATH ../../../lib |