arakelian / java-jq

Lightweight Java wrapper around JQ, a flexible JSON processor available for multiple platforms
MIT License
82 stars 10 forks source link

invoque jq with params like argjson #4

Closed crognon closed 6 years ago

crognon commented 6 years ago

Hi,

thank you for this java jq wrapper.

how can one invoque JQ passing args like --argjson ?

thanks Cyril

arakelian commented 6 years ago

Currently, JqLibrary has hardcoded a NOARGS array.

This is an easy enhancement. I'll implement this.

arakelian commented 6 years ago

Wasn't as easy as I thought, but an update is coming soon.

arakelian commented 6 years ago

Resolved with version 0.10.0+

valefix commented 5 years ago

Can you please tell me how I can pass arguments?

I am interested in --raw-output

thank you for the wrapper!