RESTED icon indicating copy to clipboard operation
RESTED copied to clipboard

Question: How to send lists in JSON payload

Open yuchdev opened this issue 3 years ago • 0 comments

I was trying to send such a values in POST request JSON payload: ['value1', 'value2'], and the whole parameter is treated as a string "['value1', 'value2']"

How to correctly send JSON lists (and dicts) in a request?

yuchdev avatar Nov 08 '22 09:11 yuchdev