dflemstr / rq

Record Query - A tool for doing record analysis and transformation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does rq support parsing json string literal?

wfxr opened this issue · comments

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?

Yes. It works as expected. Thank you!