-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Description
eg
{"search-results":{"searchTime":"1","total":"326","limit":"100","offset":"0","query":"oc_deleted:false AND oc_latest_version:true","result":[...] } }
~/bin/jsawk 'return this.search-results.results' < ~/a.json
jsawk: js error: ReferenceError: results is not defined
I've tried the usual JS handling of hyphenated words:
return ["this.search-results"] and this.["search-results"] etc without success
Metadata
Metadata
Assignees
Labels
No labels