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 e683137 commit bbfd316Copy full SHA for bbfd316
README.md
@@ -76,7 +76,7 @@ const names = jsonquery(data, `
76
// The same query can be written in JSON format.
77
// The functions `parse` and `stringify` can be used
78
// to convert from text format to JSON format and vice versa.
79
-jsonquery(shoppingCart, [
+jsonquery(data, [
80
"pipe",
81
["get", "friends"],
82
["filter", ["eq", ["get", "city"], "New York"]],
0 commit comments