Nuacht

final DocumentContext context = JsonPath.parse(inputStream); final JSONArray items = context.read("$['some']['nested']['path'][*]"); // now I can iterate the items ...