j2cli icon indicating copy to clipboard operation
j2cli copied to clipboard

Support JSON that isn't a dictionary

Open rossburton opened this issue 4 years ago • 0 comments

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.

rossburton avatar Apr 08 '21 12:04 rossburton