Hi,
I would like to get the second output of the jSwan DeserialiseKeysandValues component using ghpythonlib.components, but somehow I do not get it done:
import rhinoscriptsyntax as rs
import Grasshopper as gh
import ghpythonlib.components as ghcompa = ghcomp.jSwan.DeserializeKeysandValues(json,keys)[0]
b = ghcomp.jSwan.DeserializeKeysandValues(json,keys)[1]
c = ghcomp.jSwan.DeserializeKeysandValues(json,keys)
jswan_python.gh (4.7 KB)