JsonPath
Java JsonPath implementation
Jayway JsonPath is a Java library that lets you extract specific values from JSON documents using short path expressions, similar to how XPath works for XML, without writing custom parsing loops.
Java
★ 9.4k
3mo ago
Explain →