Skip to content

Commit

Permalink
removed readme examples section
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsinai committed Feb 15, 2023
1 parent a6e7e53 commit 1b2ee3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ console.log(result); // outputs "bar"

The exec function takes two arguments: a JSON object and a jq input string. It returns the result of running the jq program on the JSON object. The result can be of any type supported by jq: object, array, string, number, boolean, or null.

Here are some examples of how to use the exec function:

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Expand Down

0 comments on commit 1b2ee3a

Please sign in to comment.