[Info-vax] Restful API w/JSON client package or library on OpenVMS
Lawrence D'Oliveiro
ldo at nz.invalid
Wed Mar 13 19:58:21 EDT 2024
On Wed, 13 Mar 2024 18:28:42 -0500, Craig A. Berry wrote:
> If you're particularly desperate, you can just use curl to send the
> requests and dump the results to something (temp file or whatever), and
> then parse the JSON somehow ...
I would use wget rather than curl (simpler tool with less of a potential
attack surface).
JSON can be manipulated/parsed/generated from the command line using jq
<https://manpages.debian.org/1/jq.en.html>.
More information about the Info-vax
mailing list