You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: JSON.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,10 @@ or a Structured Encryption Map, `ste_map`.
14
14
```
15
15
16
16
17
-
## Simplified JSON Path
17
+
## eJSONPath
18
18
19
-
CipherStash EQL supports a simplified JSONPath syntax as follows:
19
+
CipherStash EQL supports a simplified JSONPath syntax, called `eJSONPath`.
20
+
It is a subset of the [SQL/JSONPath](https://www.postgresql.org/docs/16/datatype-json.html#DATATYPE-JSONPATH) scheme provided by Postgres and supports the following expressions:
0 commit comments