Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

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.