We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
λ rebar3 shell ===> Verifying dependencies... cc /private/tmp/jq/c_src/enif_jq.o -arch x86_64 -flat_namespace -undefined suppress -shared -L /Users/mj/.asdf/installs/erlang/24.2.1/lib/erl_interface-5.1/lib -L /private/tmp/jq/c_src/../priv -lei -ljq -o /private/tmp/jq/c_src/../priv/jq.so install_name_tool -change /usr/local/lib/libonig.4.dylib "@loader_path/libonig.4.dylib" /private/tmp/jq/c_src/../priv/libjq.1.dylib install_name_tool -change /usr/local/lib/libjq.1.dylib "@loader_path/libjq.1.dylib" /private/tmp/jq/c_src/../priv/jq.so ===> Analyzing applications... ===> Compiling jq Erlang/OTP 24 [erts-12.2.1] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit] Eshell V12.2.1 (abort with ^G) 1> jqerl:parse(<<".a">>, <<"{\"b\": 1}">>). ** exception error: undefined function jqerl:parse/2
The text was updated successfully, but these errors were encountered:
It is the README.md that should be updated, we've updated jqer to jq, so it should be: jq:parse/2.
jqer
jq
jq:parse/2
Thanks!
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: