- Found in:
- JContainers
boolfunctionsolveObjSetter(intobject, stringpath, intvalue, boolcreateMissingKeys=false)NativeGlobal
Caveats
Parameters
intobject
stringpath
intvalue
boolcreateMissingKeys=false
Examples
Auto-Generated Example
int myInt__object
string myString__path
int myInt__value
bool myBool__createMissingKeys
bool returnedValue = JValue.solveObjSetter(myInt__object, myString__path, myInt__value, myBool__createMissingKeys)