-
Notifications
You must be signed in to change notification settings - Fork 1.6k
How to: Avoid Pitfalls
Nico Williams edited this page Jul 29, 2015
·
29 revisions
Nobody expects cartesian products. But that's exactly what jq is geared to produce at the slightest misstep.
Generator expressions in assignment RHS expressions are likely to surprise users.
Ditto.
foo(a,b)
is NOT the same as foo(a;b)
. If foo/1
and foo/2
are defined then you'll silently get the wrong behavior.
- Home
- FAQ
- jq Language Description
- Cookbook
- Modules
- Parsing Expression Grammars
- Docs for Oniguruma Regular Expressions (RE.txt)
- Advanced Topics
- Guide for Contributors
- How To
- C API
- jq Internals
- Tips
- Development