The problem arose when decoding received information in Adobe Flash.
Imported JSON: "import com.adobe.serialization.json. *;".
I tried to decode JSON string in the function: "var msg: Object = JSON.decode (" JSON_String ");".
In response, I get the error: "1061: Appeal to the possibly undefined decode method via a link of static type Class.".
Actually, I don’t understand why he says decode is not present in the JSON class if it is there. How can this be fixed?