在 Postman 中将 JSON 嵌套节点转换为 x-www-form-urlencoded
Posted
技术标签:
【中文标题】在 Postman 中将 JSON 嵌套节点转换为 x-www-form-urlencoded【英文标题】:Convert JSON Nested Node to x-www-form-urlencoded in Postman 【发布时间】:2021-08-19 14:14:59 【问题描述】:有人可以告诉我如何使用帖子将下面的JSON
转换为x-www-form-urlencoded
格式。我检查了这个链接,但它没有工作。
Convert JSON to x-www-form-urlencoded
我还没有找到满意的答案。
"Dto":
6897
,
"ConfirmationResponses":
"Tenants_Delete":true
如果我在 raw 中使用上述 JSON
,它在邮递员中可以正常工作。请参阅下面的屏幕
但它不适用于x-www-form-urlencoded
。它不读取 Tenants_Delete 命令。
我尝试过的其他两种方法如下
【问题讨论】:
【参考方案1】:试试这个
输出 ==> 请求==>"Dto":"689","ConfirmationResponses":"Tenants_Delete":"true" POST /提交 200 21.842 毫秒 - 7
【讨论】:
请标记最佳答案 我已经试过了。你可以在我的帖子中看到。我错过了什么吗?所有这三种方式都包含在问题中以上是关于在 Postman 中将 JSON 嵌套节点转换为 x-www-form-urlencoded的主要内容,如果未能解决你的问题,请参考以下文章
在 Python 中将嵌套的 JSON 转换为 CSV 文件
在scala中将spark决策树模型调试字符串转换为嵌套JSON