How to parse JSONArray to JSON fields?
As shown in title, I want to convert JSONArray (defined in "splits" field) to JSON fields using Java. I couldn't find a similar topic here, if I missed something please let me know. Bit of my JSON is shown below:…