JsonGetReal (FUN)
FUNCTION JsonGetReal : ERROR_ID
Get a real value from a JSON object.
- InOut:
Scope
Name
Type
Comment
Return
JsonGetRealInput
JsonObjReference to the JSON object.
KeyNameSTRING(Constants.JSON_MAX_KEY_LEN)Key string identifier of the value.
RealValuePOINTER TO LREAL
Reference to real for the retrieved value.