jacky1982

Results 1 issues of jacky1982

public function testGetAllByKeyFiltered() { $data = $this->jsonStore->get("$..book[(@.code=='02.01')].category"); $expected = ["fiction", "fiction"]; $this->assertEquals($data, $expected); } $data = $this->jsonStore->get("$..book[?(@.code=='02.01')].category"); ? discard