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

interp: Allow and convert JQValues:s (ex decode value) in function ar… #638

Merged
merged 1 commit into from
Apr 12, 2023

Commits on Apr 12, 2023

  1. interp: Allow and convert JQValues:s (ex decode value) in function ar…

    …g objects
    
    Before it failed when passing a decode value, like an integer, string etc, as a object value
    to an internal function (written in go), ex some_function({name: <decode value>}).
    
    A future improvement could be to allow an internal function to say that it wants a "raw"
    decode value etc and not one converted to primitive type.
    wader committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    9a1ef84 View commit details
    Browse the repository at this point in the history