summaryrefslogtreecommitdiff
path: root/docs/shell/jq.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/shell/jq.rhtml')
-rw-r--r--docs/shell/jq.rhtml8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/shell/jq.rhtml b/docs/shell/jq.rhtml
new file mode 100644
index 0000000..8605b76
--- /dev/null
+++ b/docs/shell/jq.rhtml
@@ -0,0 +1,8 @@
+<h1>Shell</h1>
+<h2>jq - Command-line JSON processor</h2>
+<p>
+ FreeBSD: <i>pkg install jq</i>
+</p>
+<p>Un comando molto utile per chi lavora in ambito enterprise &egrave; <code>jq</code>. Consente di navigare il JSON in
+ maniera molto semplice. Di seguito viene riportato un esempio di utilizzo:</p>
+<pre>curl -X GET http://example.com/rest-endpoint | jq ".someField"</pre>