Null Values when Attempting to Deserialize Nested Json Arrays
I have a program that reads useful information from a .json file while ignoring the rest, and manipulates it and translates it into a form of .json that will be more useful for a future project. However, for some reason,…