So, I am able to pull in JSON from an API within Starlark code running from pixlet using http.get(URL), however, if I try to send a JSON string in as a parameter, for example from BASH as:
OK, so here’s what I found, and the solution that will work. For some reason, I need to reference the string that comes in without the .json() , it’s treated like a dict and seems to work. Each method below results in identical output: