04-07-2021 03:07 AM
how can I convert string to json in python script snap including how to add library in pyscript?
04-07-2021 04:40 AM
Hello @munish,
You’ll need to import the json library. When you get the stringified json (input = inDoc.get(‘json_string’)) in the script, use the following function: json.loads(input),
Hope this helps,
Regards,
Bojan Velevski