Commit Graph

5 Commits

Author SHA1 Message Date
Chris Hamant
3c0fd6a3e9
docs: add hints for common syntax edge cases
Add informational hints to operator documentation covering behaviors
  that may differ from user expectations, particularly for those
  familiar with jq:

  - slice-array: clarify that slicing only works on arrays, not strings
  - select: document behavior when piping select to a literal value
  - equals: note bash history expansion with != operator
  - create-collect-into-object: mention that shorthand {key} syntax
    is not supported
  - collect-into-array: explain difference between [.x | .[]] and [.x[]]
2026-01-28 02:51:22 -05:00
Mike Farah
450a4b4d37 Added property number example 2024-05-12 12:14:14 +10:00
Mike Farah
25e91abe3a v4.30.2 2022-11-13 11:16:29 +11:00
Mike Farah
245a3dbe34 v4.30.1 2022-11-11 14:58:39 +11:00
Mike Farah
a7e397757b v4.29.1 2022-10-29 18:24:11 +11:00