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: README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,25 @@ Inspired by ```jq```, it offers JSON processing and transformation from CLI, and
7
7
8
8
By design it's compilable as native executable using GraalVM, and as such offers low startup time, optimized memory requirements, and good peak performance.
9
9
10
+
# Installation
11
+
12
+
The jsonata CLI can be installed with homebrew:
13
+
```
14
+
% brew install dashjoin/tap/jsonata
15
+
```
16
+
The brew installation requires an installed Java runtime (`brew install java`).
17
+
10
18
```
11
19
% jsonata
20
+
JSONata CLI by Dashjoin (https://dashjoin.com)
21
+
22
+
CLI for the JSONata query and transformation language.
23
+
More information at https://github.com/dashjoin/jsonata-cli
0 commit comments