Resassured 3.0.1 の使用
私はJsonを持っています::
json = {
"prices": {
"Test": {
"PriceMap": {
"30": "295"
}
}
}
}
JsonPath jsonPath = new JsonPath(json);
jsonPath.get("prices.Test.PriceMap.*")
取得エラー:
原因: org.codehaus.groovy.control.MultipleCompilationErrorsException: 起動に失敗しました: Script1.groovy: 1: 予期しないトークン: * @ 行 1、列 48. otObject.prices.Test.PriceMap.*