File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ jsonata-cli <query-expression> -f [--file] <JSON-file>
41
41
```
42
42
43
43
Where:
44
- - < query-expression > - represent the JSONata location path syntax similar to XPath
45
- - < JSON-file > - a file in JSON format
44
+ - ` query-expression ` - represent the JSONata location path syntax similar to XPath
45
+ - ` JSON-file ` - a file in JSON format
46
46
47
47
For the syntax of a query expression consult the [ JSONata Documentation] ( http://docs.jsonata.org/overview ) .
48
48
@@ -65,8 +65,8 @@ JSON string can be performed:
65
65
jsonata-cli < query-expression> < JSON-string>
66
66
```
67
67
68
- - < query-expression > - represent the JSONata location path syntax similar to XPath
69
- - < JSON-string > - a string in JSON format
68
+ - ` query-expression ` - represent the JSONata location path syntax similar to XPath
69
+ - ` JSON-string ` - a string in JSON format
70
70
71
71
** Examples:**
72
72
You can’t perform that action at this time.
0 commit comments