我正在尝试在 c# 中解析一个 with json net。我正在使用 json .net
但它显示以下异常
Error reading JArray from JsonReader. Current JsonReader item is not an array: StartObject. Path '', line 1, position 1.
我正在用 jquery 创建 json 字符串。字符串的例子如下。
{"0":{"tyreId":"","tyreNum":"dsf","tyreSecondHand":"false","tyreReplace":"true"},"1":{"tyreId":"","tyreNum":"gfd","tyreSecondHand":"true","tyreReplace":"true"}}