fiatjaf / jiq

jid on jq - interactive JSON query tool using jq expressions
MIT License
917 stars 32 forks source link

web-jiq doesnt work #30

Closed pflegende closed 2 years ago

pflegende commented 2 years ago

may be the web-jiq doesnt work?

tried with opera, ff, chrome always newest upd on W10. used only the example json-strings

{"aa":"2AA2","bb":{"aaa":[123,"cccc",[1,2]],"c":321}}

-> put into field "json-input"

.bb.aaa[2]

-> put it into field "view"

https://jq.fiatjaf.com/jiq/index.html

There is no change on the screen

Also on the site https://jq.fiatjaf.com/finder/index.html

its the same behaviour

May be you has some suggestion for me or a workaround?

CU Happy new year! :)

fiatjaf commented 2 years ago

This is the relevant repo: https://github.com/fiatjaf/jiq-web

fiatjaf commented 2 years ago

Something happen on the last deploy because of changes in the way emscripten works. The fix is to build jq-web again with emscripten and redeploy these sites.

pflegende commented 2 years ago

thx :)