-
I've installed all the dependencies (to my knowledge) and when I run 'make', it returns this error:
go get github.com/nitrous-io/goop
package code.google.com/p/go.tools/go/vcs: unable to detect versi…
-
-
Hi,
Please add example about how to Parse Arrays with JSONQ. Example response to parse is
[
{
"tmdb_id": "261825",
"imdb_id": "tt3576084",
"name": "Zero Motivation",
…
-
Can jsonQ run on a node server? It seems based on this error that it's a client-only script...
```
W20151112-11:53:14.218(-5)? (STDERR) ReferenceError: window is not defined
W20151112-11:53:14.218(-5…
-
Keep getting this error:
```
/node_modules/jsonq/jsonQ.js:17 …
-
First time gets or installs updating with `go get -u github.com/thoas/picfit` reveals a downstream change to the mholt/binding package (https://github.com/mholt/binding/commit/58246f9c398c372b9ea02fa1…
-
Is norch-angular-app tested against latest search-index @fergiemcdowall?
I've re-installed norch, started it and indexed the world-bank-projects-norchified.json dataset. I can search norch and get ni…
eklem updated
9 years ago
-
So I installed it (using Go 1.4.1), as well as installing ffmpeg and mercurial.
However, when I add a song, the music doesn't start playing. It seems to know the song is there, but is not playing …
-
e.g.
echo "[1, 2, 3]" | jsonq "[]"
1
2
3
echo "[{"name": "peter"}, {"name": "paul"}, {"name": "mary"}]" | jsonq "[].name"
peter
paul
mary