From 1508c40a92f4472231b976c6dd8d3e2c24daef72 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Wed, 11 May 2022 18:12:19 +0200 Subject: Add docs/shell/ --- docs/shell/jq.rhtml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/shell/jq.rhtml (limited to 'docs/shell/jq.rhtml') 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 @@ +

Shell

+

jq - Command-line JSON processor

+

+ FreeBSD: pkg install jq +

+

Un comando molto utile per chi lavora in ambito enterprise è jq. Consente di navigare il JSON in + maniera molto semplice. Di seguito viene riportato un esempio di utilizzo:

+
curl -X GET http://example.com/rest-endpoint | jq ".someField"
-- cgit v1.2.3