You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LuaException: c# exception:LitJson.JsonException: Type System.Object can't act as an array at LitJson.JsonMapper.ReadValue (System.Type inst_type, LitJson.JsonReader reader) [0x0023e] in <2020baddab1c4cf3a66dc3d2ee5eec3c>:0 at LitJson.JsonMapper.ReadValue (System.Type inst_type, LitJson.JsonReader reader) [0x00466] in <2020baddab1c4cf3a66dc3d2ee5eec3c>:0 at LitJson.JsonMapper.ToObject[T] (System.String json) [0x00008] in <2020baddab1c4cf3a66dc3d2ee5eec3c>:0
The text was updated successfully, but these errors were encountered:
@eternityman can you provide some more details so I can understand your question and work on that.
sorry,I only saw the news so late
i want convert json to type (Dictionary<string, object>)
but,at Class JsonMapper.ReadValue line:223, it can't determine that this is an array.
my json can convert to array
LuaException: c# exception:LitJson.JsonException: Type System.Object can't act as an array at LitJson.JsonMapper.ReadValue (System.Type inst_type, LitJson.JsonReader reader) [0x0023e] in <2020baddab1c4cf3a66dc3d2ee5eec3c>:0 at LitJson.JsonMapper.ReadValue (System.Type inst_type, LitJson.JsonReader reader) [0x00466] in <2020baddab1c4cf3a66dc3d2ee5eec3c>:0 at LitJson.JsonMapper.ToObject[T] (System.String json) [0x00008] in <2020baddab1c4cf3a66dc3d2ee5eec3c>:0
The text was updated successfully, but these errors were encountered: