#include "hspinet.as" ; ; jsonのパラメーターを取得します ; json = {"{ "num": 0.456, "text": "Text", "int": 12345 }"} jsonopen pJson, json jsongeti i, "int" jsongets s, "text" jsongetd d, "num" jsonclose mes "i="+i mes "s="+s mes "d="+d