News

jello is similar to jq in that it processes JSON and JSON Lines data except jello uses standard python dict and list syntax. JSON or JSON Lines can be piped into jello via STDIN or can be loaded from ...
When deploy in cloudflare pages, you can set proxyIP in wrangler.toml file. variable name is PROXYIP. When deploy in worker.dev, you can set proxyIP in _worker.js file. variable name is proxyIP. note: ...