C
C#8mo ago
Thracian

❔ Newtonsoft JSON trying to serialize list of objects with a two dimensional array "shape" property.

I'm getting some errors about additional characters being found in my json when trying to deserialize, while trying to serialize a List<Ship>, which I think may be because each individual ship has a property of ShipNode[,] Shape. I am new to all this so any tips are appreciated.
No description
3 Replies
JakenVeina
JakenVeina8mo ago
additional characters being found in my json
why are you starting by looking at anything other than the JSON that is erroring?
life grinder
life grinder8mo ago
it would strike me if newtonsoft had an error in de/serializing
Accord
Accord8mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.