projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf41e2d
)
Update README.md
author
Mark Chapman
<mchapman@users.noreply.github.com>
Sun, 26 Jul 2020 19:39:59 +0000
(19:39 +0000)
committer
GitHub
<noreply@github.com>
Sun, 26 Jul 2020 19:39:59 +0000
(19:39 +0000)
Remove quotes from raw response
jq/README.md
patch
|
blob
|
history
diff --git
a/jq/README.md
b/jq/README.md
index 87545382de4361a1328d7ca2581e8be05549ce85..adaa8551d509c52a80efa550c3deb4d27db76dab 100644
(file)
--- a/
jq/README.md
+++ b/
jq/README.md
@@
-46,7
+46,7
@@
echo '{ "name": "foo" }' | jq -r '.name'
```
```txt
-"foo"
+foo
```
### How to select a whole object