C# で 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"}}