|
|
@ -40,7 +40,7 @@ import static com.jayway.jsonpath.internal.Utils.*; |
|
|
|
* <p/> |
|
|
|
* <p/> |
|
|
|
* Given the Json document: |
|
|
|
* Given the Json document: |
|
|
|
* <p/> |
|
|
|
* <p/> |
|
|
|
* <code> |
|
|
|
* <pre> |
|
|
|
* String json = |
|
|
|
* String json = |
|
|
|
* "{ |
|
|
|
* "{ |
|
|
|
* "store": |
|
|
|
* "store": |
|
|
@ -67,7 +67,7 @@ import static com.jayway.jsonpath.internal.Utils.*; |
|
|
|
* } |
|
|
|
* } |
|
|
|
* } |
|
|
|
* } |
|
|
|
* }"; |
|
|
|
* }"; |
|
|
|
* </code> |
|
|
|
* </pre> |
|
|
|
* <p/> |
|
|
|
* <p/> |
|
|
|
* A JsonPath can be compiled and used as shown: |
|
|
|
* A JsonPath can be compiled and used as shown: |
|
|
|
* <p/> |
|
|
|
* <p/> |
|
|
|