eiiches / jackson-jq

jq for Jackson Java JSON Processor
Other
282 stars 37 forks source link

Add options on usage #351

Open chrismaandhika opened 3 months ago

chrismaandhika commented 3 months ago

Hi, I have a use case to use the jq on Java code, just like in Usage.java. I already able to use compile() and apply(), however, I'd like to activate options raw input (-R) and slurp (-s) in the code. Is there any example to do it?

Thanks in advance.