dflemstr/rq

Does rq support parsing json string literal?

wfxr opened this issue · 2 comments

wfxr commented

I wonder if there is a functor to parse json string literal to json object, just like jq fromjson does?

You can use rq 'map (JSON.parse)', is that what you want?

wfxr commented

Yes. It works as expected. Thank you!