You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Umm, this has to do with the ":" in the param name. If you replace with an underscore it works. Though, not what you want of course. But that's why it's currently failing in the second test.
StackOverflow question
Example json file content in file
/tmp/t
This works fine
cat /tmp/t | jsawk -n 'out(this.last)'
But this does not
cat test.json | jsawk -n 'out(this.name:first)'
The text was updated successfully, but these errors were encountered: