Closed pkoppstein closed 2 months ago
From the jq documentation regarding "search" paths:
For paths starting with ~/, the user's home directory is substituted for ~.
Compare therefore:
$ jq -n -L. 'include "a" {search: "~/"}; a' "Here" $ gojq -n -L. 'include "a" {search: "~/"}; a' gojq: compile error: function not defined: a/0
Thanks for reporting.
From the jq documentation regarding "search" paths:
Compare therefore: