Link Search Menu Expand Document

MakeNumber

Function name MakeNumber
Function Library Content/DRGLib/JSON/LIB_F_JSON
Inputs Value(Float)
Outer(Object reference)
Outputs Return(LIB_JSON_O_Value object reference)

Makes a new JSON object and populates it with the entry from Value

Note: When generating new JSON trees directly it is recommended to ensure that each object’s outer is it’s parent in the JSON tree, so that it is possible to traverse both up and down the tree programmatically