[JAVA] Json Path

When XML has XPath, Json also has JsonPath. For Java, you can use libraries like: In this blog, I will show an example of interacting with JSON Path by using JSONPath Using JSONPath Anotation Description $ represents the root of the JSON document. . or [] is used for accessing child elements. * is a wildcard that matches any element. [?()]…