Page History
...
* 要求が正しく実行されたか確認
If (#Req.Response.IsSuccessHttpStatusCode)
* 応答のJSON リーダー・ソースを HTTP 要求から設定
#Reader.SetSourceHttpResponse HttpResponse(#Req.Response) ErrorInfo(#ErrorInfo)
If (#ErrorInfo.OK)
* JSON値を読む
...