❔ 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.
3 Replies
additional characters being found in my jsonwhy are you starting by looking at anything other than the JSON that is erroring?
it would strike me if newtonsoft had an error in de/serializing
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.