We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dff254 commit 936df81Copy full SHA for 936df81
components/json_path.rst
@@ -130,9 +130,6 @@ a condition. The current item within the filter is referenced by ``@``::
130
// get all books with a price less than 10
131
$cheapBooks = $crawler->find('$.store.book[?(@.price < 10)]');
132
133
- /* $cheapBooks contains two book objects:
134
- the one by "Nigel Rees" and the one by "Herman Melville" */
135
-
136
Building Queries Programmatically
137
---------------------------------
138
@@ -248,4 +245,4 @@ Example of handling errors::
248
245
// ... handle error
249
246
}
250
247
251
-.. _`RFC 9535 - JSONPath`: https://datatracker.ietf.org/doc/html/rfc9535
+.. _`RFC 9535 – JSONPath`: https://datatracker.ietf.org/doc/html/rfc9535
0 commit comments