Search Unity

Discussion FromJson unable to parse 2D array

Discussion in 'Documentation' started by sidchou, Oct 27, 2022.

  1. sidchou

    sidchou

    Joined:
    Apr 13, 2020
    Posts:
    12
    the from JSON documentation only parse flat object with no layers, and i think from Json also have trouble parsing 2D array, i tried with Newtonsoft.Json.JsonConvert.DeserializeObject<> () and it parse alright.