Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-18 | writeout_json: use curl_off_t printf() option for the time output | Daniel Stenberg | |
Follow-up to: 04c03416e68fd635a15 Closes #5115 | |||
2020-03-17 | writeout_json: add missing comma to fix the HTTP version | Daniel Stenberg | |
Follow-up to 04c03416e68fd635a15 | |||
2020-03-17 | writeout: support to generate JSON output | Mathias Gumz | |
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 |