Łukasz Jakowski 13,390 Posted October 25, 2024 game/_FAQ/Error_reading_json_file.txt Error reading file, instead of using ->tab<- there are used spaces!(Before Name: etc.) Wrong: [ { Name: "Tadeusz Kościuszko", ImageID: Kosciuszko, BornDay: 4, BornMonth: 2, BornYear: 1746, Attack: -1, Defense: -1, }, ] Instead of spaces you should use TAB [ { Name: "Tadeusz Kościuszko", ImageID: Kosciuszko, BornDay: 4, BornMonth: 2, BornYear: 1746, Attack: -1, Defense: -1, }, ] Used space in between -> <-: -> <-Name: "Tadeusz Kościuszko", TAB -> <-Name: "Tadeusz Kościuszko", It MAY cause an error reading a file. DRM and Dule22 2 Quote Share this post Link to post Share on other sites More sharing options...
DRM 105 Posted October 26, 2024 Exelent Quote Share this post Link to post Share on other sites More sharing options...