JSON Parser -java.lang.NoSuchFieldError: defaultReader

前端 未结 4 451
南旧
南旧 2020-12-03 16:04

I am using a JSON parser to extract the value and I am using the following jar json-path-2.1.0, and I am getting the following error when I invoke the use case deployed as w

4条回答
  •  情深已故
    2020-12-03 16:55

    I had the same problem but I use Gradle so I had to add:

    compile group: 'net.minidev', name: 'json-smart', version: '2.3' to my dependencies.

提交回复
热议问题