In the readme I see that it should be possible to iteratie over the elements of a JsonArray, but when I try that I get an error "Can't iterate over type: class com ...
Can we get a JsonArray.reverse() function to simply reverse its backing List? Right now I have to manually iterate through the JsonArray in reverse and add those elements to a new/temp JsonArray. I ...