APICaller.InterpretJSON (METH)

METHOD PROTECTED InterpretJSON : ERROR

Method Placeholder to override. Processes the JSON Data. Gets called by the internal state handler method “APICaller.ProcessResponse()”.

InOut:

Scope

Name

Type

Comment

Return

InterpretJSON

ERROR

Input

pJsonData

POINTER TO JSON.JSONData

Just a pointer to “APICaller._jsonData”. Makes it more obvious which data should be worked with here.