|
|
|
@ -89,15 +89,6 @@ public class ScanPathTokenTest {
|
|
|
|
|
" }" |
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Test |
|
|
|
|
@Ignore("does not work currently") |
|
|
|
|
//FIXME handle $.. like the Goessner implementation
|
|
|
|
|
public void a_root_scan() { |
|
|
|
|
|
|
|
|
|
Object o = JsonPath.read(DOCUMENT, "$.."); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Test |
|
|
|
|
public void a_document_can_be_scanned_for_property() { |
|
|
|
|
|
|
|
|
|