If I run this scripts:
TDJ = op.TDModules.mod.TDJSON
TDJ.addParametersFromJSONOp(op(‘base2’), TDJ.opToJSONOp(op(‘base3’)))
I get this error message:
File “/sys/TDModules/TDJSON”, line 288, in addParametersFromJSONOp
File “/sys/TDModules/TDJSON”, line 288, in
AttributeError: ‘str’ object has no attribute ‘name’
Also the link in the wiki: “See also: JSON Overview” (docs.derivative.ca/index.php?title=TDJSON) doesn’t go anywhere…
Cheers, David
Json Error Message.toe (3.67 KB)