Forum Discussion
jaybodra
7 years agoNew Contributor III
Hi Jack,
the best work around to this use json.loads and json.dumps; json.loads(in_doc.get(‘str_json’)). use a mapper with JSON.stringify() to represent JSON as string and then you can use json.loads() in the script.