String json = "..."; DocumentContext dc = JsonPath.parse(json); List<String> listOfValues = dc.read("$.[?].key");.
確定! 回上一頁