gpt4 book ai didi

javascript - 如何使用 Postman 将 JSON 对象作为 JSON 字符串发送?

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:30:25 29 4
gpt4 key购买 nike

我想发送一个 JSON 请求,但问题是我需要将我的 userPropertiesAsJsonString 字段作为 JSON 字符串发送。

如何将 userPropertiesAsJsonString 作为 JSON 字符串发送?

{
"User" : {
"userId" : "11111",
"userPropertiesAsJsonString" : ?
}
}

userPropertiesAsJsonString 是;

{
"properties" : {
"propertyName" : "test",
"propertyDesc" : "desc"
}
}

最佳答案

试试这个:

{
"User" : {
"userId" : "11111",
"userPropertiesAsJsonString" : "{\"properties\" : {\"propertyName\" : \"test\",\"propertyDesc\" : \"desc\"}}"
}
}

关于javascript - 如何使用 Postman 将 JSON 对象作为 JSON 字符串发送?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48317152/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com