can I post json string only (without “name=”) using form?
问题 I am trying to post json data to an URL which I have no control. The API document says only json data is accepted. I am thinking whether I can use html form to make it easier. There are lots of posts here in regards of how to "post json data using form", none of them applies my situation. The problem is, as far as I know, if you post data using form, the thing being post is always "name=value", however, the API wants only "value". That is to say, even though I can JSON.stringify input values