Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zyp: Improve jq-based Moksha transformations and general documentation #50

Merged
merged 3 commits into from
Sep 19, 2024

Commits on Sep 19, 2024

  1. Zyp: Translate special treatments to jq-based MokshaTransformation again

    A few operations can be performed more efficiently on the whole
    collection at once when using Moksha/jq.
    
    - Flattening nested lists
    - Pruning lists of objects
    - Converting to objects, lists, and strings
    
    To support those operations, a jq support library was added, including
    a few helper functions written in jqlang itself. The helper functions
    are:
    
    - to_array
    - to_object
    - is_array_of_objects
    - del_array_of_objects
    - prune_array_of_objects
    - prune_null
    amotl committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    a22fd28 View commit details
    Browse the repository at this point in the history
  2. Zyp: Improve documentation

    amotl committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    00ff329 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecc61de View commit details
    Browse the repository at this point in the history