Hello,
I’m trying to make use of a new image processing api I came across on Product Hunt over the weekend called Pixaven. In order to use this, the requests must be sent in json format as shown below:
{
“resize”: {
“mode”: “auto”,
“width”: 300
}
}
See API docs here (https://docs.pixaven.com/operations/resizing)
However, I can’t seem to get this in Dashdash using range2json and I’m not sure how else to do it. Please see the screenshot below with the output from range2json.
It seems the default is “0” where I need it to be “resize” and the brackets are “[” instead of “{” but I’m not sure if that is a real issue?
Looking forward to hearing your thoughts on it