Sending nested JSON object using HTTPie

后端 未结 3 835
再見小時候
再見小時候 2020-12-12 21:34

I am trying to use HTTPie to parse to send some nested JSON object, but I can not find how. It is pretty clear how to send a JSON object but not a nested one such as

3条回答
  •  天命终不由人
    2020-12-12 22:25

    Another approach mentioned in the httpie docs is using a JSON file; this has worked well for me for payloads that are more verbose and deeply nested.

    http POST httpbin.org/post < post.json
    

提交回复
热议问题