Subj : dump all object keys/values
To : Mortifis
From : echicken
Date : Wed Apr 08 2020 12:53 am
Re: dump all object keys/values
By: Mortifis to All on Wed Apr 08 2020 01:42:22
Mo> How would one show all of the key/values for http_request.query?
Object.keys(http_request.query).forEach(function (e) {
writeln(e + ': ' + JSON.stringify(http_request.query[e]));
});
Because each property of http_request.query is an array, I'm JSON.stringifying the value to dump the array contents.
---
echicken
electronic chicken bbs - bbs.electronicchicken.com
� Synchronet � electronic chicken bbs - bbs.electronicchicken.com