I am processing an API query over 2 pages of 100 entries each. Is there an effective way to combine two JsonObjects into one JsonObject or with a JsonArray so that there is only one JObject or JsonArray to process which contains all 200 entries that I can work with? I’ve already tried several attempts that I found in the forum but I couldn’t get it to work because in the end the type didn’t always fit.