jsawk icon indicating copy to clipboard operation
jsawk copied to clipboard

lacking of straightforward example

Open julesbou opened this issue 9 years ago • 1 comments

Hi there,

Thanks for all, it works wonderfully.

I think it would be great to put a really easy example at the top of your README for clarity.

Following example might be obvious for everyone, but it wasn't for me:

$ echo '{"token":"1234"}'  | jsawk 'return this.token'
1234

(feel free to close this issue if you want)

julesbou avatar Jun 23 '16 12:06 julesbou

https://github.com/micha/jsawk#examples is pretty straightforward.

mzmousa avatar Jul 20 '16 20:07 mzmousa