List authors = JsonPath.read(json, "$.store.book[*].author");... .using(Configuration.defaultConfiguration())... String message = JsonPath.read(jsonHiWorld, ...
確定! 回上一頁