Language Reference Guide : 4. System Classes : JsonHandler Class : Object2JsonValue Method
 
Share this page                  
Object2JsonValue Method
Converts an OpenROAD object into a JsonValue (JsonObject or JsonNull).
This method has the following syntax:
JsonValue = JsonHandler.Object2JsonValue(object = object)
This method has the following parameter:
object
Specifies the OpenROAD object to be converted into a JsonValue.
The same mapping rules as described for the NewJsonValue Method apply.