JsonPath
1. Maven dependency
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>2.1.0</version>
</dependency>2. Functions and Filters
3 examples: JsonPath.with()
4. examples: read:
Last updated