Maybe a Deserialize JSON Array was used within your origin modeling.
If so, then just change the deserialization setting to:
JsonConvert.DeserializeObject(of JArray)(YourJSONStringVar, myJSS)
Maybe a Deserialize JSON Array was used within your origin modeling.
If so, then just change the deserialization setting to:
JsonConvert.DeserializeObject(of JArray)(YourJSONStringVar, myJSS)