Open mahmutGuru opened 7 years ago
I don't understand the issue. Can you provide an example?
Docs can be found here : https://github.com/jayway/JsonPath
sure, for ex:
class AAA {
@JsonPath("$")
private Map<String, Object> details;
}
when I do this, the exception occurs. In here, I just want the whole json as a Map in my class.
This library does not have any annotations. You are targeting the wrong project. Check what package the annotation belongs to.
I guess this can be closed.
Hi,
When we try to get the root as a field in the object, we get the error:
the usage is like this:
@JsonPath("$")