Skip to content

Commit beabf2b

Browse files
committed
Update eJSONPath docs in JSON.md
Brought over from #15.
1 parent 6bcb939 commit beabf2b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

JSON.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ or a Structured Encryption Map, `ste_map`.
1414
```
1515

1616

17-
## Simplified JSON Path
17+
## eJSONPath
1818

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:
2021

2122
| Expression | Description |
2223
|------------|-------------|

0 commit comments

Comments
 (0)