j2cli
j2cli copied to clipboard
Support JSON that isn't a dictionary
I wanted to use j2 to transform some JSON from the GitLab API, but the entryxoint I'm calling returns a JSON array of dictionaries.
The JSON loader assumes that it is parsing a dictionary as the result is put directly into the environment.