toJValue
Type:
function
Alias for ListHelper.toJValue (see its entry for details) safetied in a try/catch.
Body
try { var out = ListHelper.toJValue(value); return out; } catch(e) { return jString(e); }
Classpath
Children