我正在尝试重新创建这个 json:
{
"request": {
" TestRequest": {
"OrderID": {
"orderNumber": "12345",
"category": "ABC"
},
"SecondCategory": "DEF"
}
}
}
我这样做:
JObject jObject = new JObject(new JProperty("request",
new JObject(
new JProperty("TestRequest",
new JObject(
new JProperty("OrderID",
new JProperty("orderNumber", "12345"),
new JProperty("category", "ABC")),
new JProperty("SecondCategory", "DEF")))))
);
但我收到此错误:
无法添加Newtonsoft.Json.Linq.JProperty到Newtonsoft.Json.Linq.JArray
我究竟做错了什么?我该如何解决?任何帮助,将不胜感激。
饮歌长啸
ConstraintViolationException: ORA-01400: 无法将 NULL 插入 ("TEST"."ANC_STUDENT"."GID")
app.locals.user = _user无法将数据传递给jade模板
无法将 foreach 转换为 linq select
将chrome安装路径添加到环境变量,还是无法使用chrome index.html命令
相关分类