Flask Get Request Data Json . request.json or request.get_json() request.form. you need to set the request content type to application/json for the.json property and.get_json() method (with no. to perform get the data received in a flask application we will use some request properties that received the data in an efficient way. request.get_json (force=false, silent=false, cache=true) [source] parses the incoming json request data and returns it. use request.get_json() to get posted json data. now let’s work on the code to read the incoming json data. Data = request.get_json() name = data.get('name', '') use request.form to get data when submitting a form. to access json requests, we will go back into our flask app, and inside the function, we will call the request.get_json() method. First, let’s assign everything from the json object. json リクエストにアクセスするには、flask アプリに戻り、関数内で request.get_json () メソッドを呼び出します。 このメソッドは、着信 json オブジェクトを取得し、それを python データ構造に変換します。 これを jsonify () に渡すと、json オブジェクトでオブジェクトが検索され、python ディクショナリに変換され、json オブジェクトの配列が python のリストに変換されます。 次に、 request.get_json () を使用して p_r というオブジェクトを宣言し、それをキーとして使用していくつかの値を定義し、 jsonify () メソッド内に渡します。 これらの値は単なる通常の変数である必要があります。 This method will take the incoming json object and convert it to python data structures.
from exozzvheo.blob.core.windows.net
you need to set the request content type to application/json for the.json property and.get_json() method (with no. request.get_json (force=false, silent=false, cache=true) [source] parses the incoming json request data and returns it. request.json or request.get_json() request.form. now let’s work on the code to read the incoming json data. to perform get the data received in a flask application we will use some request properties that received the data in an efficient way. json リクエストにアクセスするには、flask アプリに戻り、関数内で request.get_json () メソッドを呼び出します。 このメソッドは、着信 json オブジェクトを取得し、それを python データ構造に変換します。 これを jsonify () に渡すと、json オブジェクトでオブジェクトが検索され、python ディクショナリに変換され、json オブジェクトの配列が python のリストに変換されます。 次に、 request.get_json () を使用して p_r というオブジェクトを宣言し、それをキーとして使用していくつかの値を定義し、 jsonify () メソッド内に渡します。 これらの値は単なる通常の変数である必要があります。 Data = request.get_json() name = data.get('name', '') use request.form to get data when submitting a form. to access json requests, we will go back into our flask app, and inside the function, we will call the request.get_json() method. This method will take the incoming json object and convert it to python data structures. First, let’s assign everything from the json object.
Flask Get Request Form at Tracey Lake blog
Flask Get Request Data Json json リクエストにアクセスするには、flask アプリに戻り、関数内で request.get_json () メソッドを呼び出します。 このメソッドは、着信 json オブジェクトを取得し、それを python データ構造に変換します。 これを jsonify () に渡すと、json オブジェクトでオブジェクトが検索され、python ディクショナリに変換され、json オブジェクトの配列が python のリストに変換されます。 次に、 request.get_json () を使用して p_r というオブジェクトを宣言し、それをキーとして使用していくつかの値を定義し、 jsonify () メソッド内に渡します。 これらの値は単なる通常の変数である必要があります。 you need to set the request content type to application/json for the.json property and.get_json() method (with no. Data = request.get_json() name = data.get('name', '') use request.form to get data when submitting a form. to perform get the data received in a flask application we will use some request properties that received the data in an efficient way. json リクエストにアクセスするには、flask アプリに戻り、関数内で request.get_json () メソッドを呼び出します。 このメソッドは、着信 json オブジェクトを取得し、それを python データ構造に変換します。 これを jsonify () に渡すと、json オブジェクトでオブジェクトが検索され、python ディクショナリに変換され、json オブジェクトの配列が python のリストに変換されます。 次に、 request.get_json () を使用して p_r というオブジェクトを宣言し、それをキーとして使用していくつかの値を定義し、 jsonify () メソッド内に渡します。 これらの値は単なる通常の変数である必要があります。 This method will take the incoming json object and convert it to python data structures. First, let’s assign everything from the json object. request.get_json (force=false, silent=false, cache=true) [source] parses the incoming json request data and returns it. to access json requests, we will go back into our flask app, and inside the function, we will call the request.get_json() method. request.json or request.get_json() request.form. use request.get_json() to get posted json data. now let’s work on the code to read the incoming json data.
From blog.51cto.com
Flask 使用json或者jsonify返回json响应数据的方法_51CTO博客_python flask 返回json Flask Get Request Data Json Data = request.get_json() name = data.get('name', '') use request.form to get data when submitting a form. to access json requests, we will go back into our flask app, and inside the function, we will call the request.get_json() method. now let’s work on the code to read the incoming json data. This method will take the incoming json object. Flask Get Request Data Json.
From styjun.blogspot.com
Flutter Send JSON body for Http GET requestPost JSON using Python Flask Get Request Data Json now let’s work on the code to read the incoming json data. use request.get_json() to get posted json data. to access json requests, we will go back into our flask app, and inside the function, we will call the request.get_json() method. to perform get the data received in a flask application we will use some request. Flask Get Request Data Json.
From www.vrogue.co
How To Get Request Data In Flask Vrogue Flask Get Request Data Json json リクエストにアクセスするには、flask アプリに戻り、関数内で request.get_json () メソッドを呼び出します。 このメソッドは、着信 json オブジェクトを取得し、それを python データ構造に変換します。 これを jsonify () に渡すと、json オブジェクトでオブジェクトが検索され、python ディクショナリに変換され、json オブジェクトの配列が python のリストに変換されます。 次に、 request.get_json () を使用して p_r というオブジェクトを宣言し、それをキーとして使用していくつかの値を定義し、 jsonify () メソッド内に渡します。 これらの値は単なる通常の変数である必要があります。 to access json requests, we will go back into our flask app, and inside the function, we will call the request.get_json() method. you need to set the. Flask Get Request Data Json.
From giovyvhoy.blob.core.windows.net
Flask Get Request Hostname at Cara Taylor blog Flask Get Request Data Json First, let’s assign everything from the json object. use request.get_json() to get posted json data. request.json or request.get_json() request.form. request.get_json (force=false, silent=false, cache=true) [source] parses the incoming json request data and returns it. Data = request.get_json() name = data.get('name', '') use request.form to get data when submitting a form. json リクエストにアクセスするには、flask アプリに戻り、関数内で request.get_json () メソッドを呼び出します。 このメソッドは、着信. Flask Get Request Data Json.
From stackoverflow.com
json flaskrestful (python) fails to parse post data in formdata Flask Get Request Data Json Data = request.get_json() name = data.get('name', '') use request.form to get data when submitting a form. request.get_json (force=false, silent=false, cache=true) [source] parses the incoming json request data and returns it. to perform get the data received in a flask application we will use some request properties that received the data in an efficient way. use request.get_json() to. Flask Get Request Data Json.
From exytauntt.blob.core.windows.net
Sample Json Employee Data at Laura Hartzog blog Flask Get Request Data Json json リクエストにアクセスするには、flask アプリに戻り、関数内で request.get_json () メソッドを呼び出します。 このメソッドは、着信 json オブジェクトを取得し、それを python データ構造に変換します。 これを jsonify () に渡すと、json オブジェクトでオブジェクトが検索され、python ディクショナリに変換され、json オブジェクトの配列が python のリストに変換されます。 次に、 request.get_json () を使用して p_r というオブジェクトを宣言し、それをキーとして使用していくつかの値を定義し、 jsonify () メソッド内に渡します。 これらの値は単なる通常の変数である必要があります。 request.get_json (force=false, silent=false, cache=true) [source] parses the incoming json request data and returns it. request.json or request.get_json() request.form. you need to set the request content type. Flask Get Request Data Json.
From exozzvheo.blob.core.windows.net
Flask Get Request Form at Tracey Lake blog Flask Get Request Data Json use request.get_json() to get posted json data. to access json requests, we will go back into our flask app, and inside the function, we will call the request.get_json() method. json リクエストにアクセスするには、flask アプリに戻り、関数内で request.get_json () メソッドを呼び出します。 このメソッドは、着信 json オブジェクトを取得し、それを python データ構造に変換します。 これを jsonify () に渡すと、json オブジェクトでオブジェクトが検索され、python ディクショナリに変換され、json オブジェクトの配列が python のリストに変換されます。 次に、 request.get_json () を使用して p_r というオブジェクトを宣言し、それをキーとして使用していくつかの値を定義し、 jsonify (). Flask Get Request Data Json.
From hxewohscj.blob.core.windows.net
Flask Mock Request.get_Json at James Treadwell blog Flask Get Request Data Json use request.get_json() to get posted json data. This method will take the incoming json object and convert it to python data structures. json リクエストにアクセスするには、flask アプリに戻り、関数内で request.get_json () メソッドを呼び出します。 このメソッドは、着信 json オブジェクトを取得し、それを python データ構造に変換します。 これを jsonify () に渡すと、json オブジェクトでオブジェクトが検索され、python ディクショナリに変換され、json オブジェクトの配列が python のリストに変換されます。 次に、 request.get_json () を使用して p_r というオブジェクトを宣言し、それをキーとして使用していくつかの値を定義し、 jsonify () メソッド内に渡します。 これらの値は単なる通常の変数である必要があります。 you need to set the. Flask Get Request Data Json.
From 9to5answer.com
[Solved] Send JSON body with HTTP get request 9to5Answer Flask Get Request Data Json you need to set the request content type to application/json for the.json property and.get_json() method (with no. request.get_json (force=false, silent=false, cache=true) [source] parses the incoming json request data and returns it. json リクエストにアクセスするには、flask アプリに戻り、関数内で request.get_json () メソッドを呼び出します。 このメソッドは、着信 json オブジェクトを取得し、それを python データ構造に変換します。 これを jsonify () に渡すと、json オブジェクトでオブジェクトが検索され、python ディクショナリに変換され、json オブジェクトの配列が python のリストに変換されます。 次に、 request.get_json () を使用して p_r というオブジェクトを宣言し、それをキーとして使用していくつかの値を定義し、. Flask Get Request Data Json.
From www.sourcetrail.com
已解決:request.get_json2829 在 Flask 中返回 SourceTrail Flask Get Request Data Json Data = request.get_json() name = data.get('name', '') use request.form to get data when submitting a form. request.get_json (force=false, silent=false, cache=true) [source] parses the incoming json request data and returns it. First, let’s assign everything from the json object. This method will take the incoming json object and convert it to python data structures. use request.get_json() to get posted. Flask Get Request Data Json.
From www.delftstack.com
Handle Request Data in JSON Format in Flask Delft Stack Flask Get Request Data Json you need to set the request content type to application/json for the.json property and.get_json() method (with no. request.get_json (force=false, silent=false, cache=true) [source] parses the incoming json request data and returns it. use request.get_json() to get posted json data. This method will take the incoming json object and convert it to python data structures. now let’s work. Flask Get Request Data Json.
From blog.csdn.net
flask request未获取到参数问题解决_flask 获取不到json参数CSDN博客 Flask Get Request Data Json request.get_json (force=false, silent=false, cache=true) [source] parses the incoming json request data and returns it. First, let’s assign everything from the json object. Data = request.get_json() name = data.get('name', '') use request.form to get data when submitting a form. now let’s work on the code to read the incoming json data. to perform get the data received in. Flask Get Request Data Json.
From www.youtube.com
How to Handle Request JSON Data in Flask YouTube Flask Get Request Data Json now let’s work on the code to read the incoming json data. json リクエストにアクセスするには、flask アプリに戻り、関数内で request.get_json () メソッドを呼び出します。 このメソッドは、着信 json オブジェクトを取得し、それを python データ構造に変換します。 これを jsonify () に渡すと、json オブジェクトでオブジェクトが検索され、python ディクショナリに変換され、json オブジェクトの配列が python のリストに変換されます。 次に、 request.get_json () を使用して p_r というオブジェクトを宣言し、それをキーとして使用していくつかの値を定義し、 jsonify () メソッド内に渡します。 これらの値は単なる通常の変数である必要があります。 First, let’s assign everything from the json object. Data = request.get_json() name = data.get('name', '') use. Flask Get Request Data Json.
From www.vrogue.co
C Calling Get Request With Json Body Using Httpclient vrogue.co Flask Get Request Data Json to access json requests, we will go back into our flask app, and inside the function, we will call the request.get_json() method. to perform get the data received in a flask application we will use some request properties that received the data in an efficient way. now let’s work on the code to read the incoming json. Flask Get Request Data Json.
From www.geeksforgeeks.org
Get the Data Received in a Flask request Flask Get Request Data Json json リクエストにアクセスするには、flask アプリに戻り、関数内で request.get_json () メソッドを呼び出します。 このメソッドは、着信 json オブジェクトを取得し、それを python データ構造に変換します。 これを jsonify () に渡すと、json オブジェクトでオブジェクトが検索され、python ディクショナリに変換され、json オブジェクトの配列が python のリストに変換されます。 次に、 request.get_json () を使用して p_r というオブジェクトを宣言し、それをキーとして使用していくつかの値を定義し、 jsonify () メソッド内に渡します。 これらの値は単なる通常の変数である必要があります。 First, let’s assign everything from the json object. to access json requests, we will go back into our flask app, and inside the function, we will call the. Flask Get Request Data Json.
From cevzuiig.blob.core.windows.net
Flask Request Get Raw Data at Gayla Hutchens blog Flask Get Request Data Json you need to set the request content type to application/json for the.json property and.get_json() method (with no. json リクエストにアクセスするには、flask アプリに戻り、関数内で request.get_json () メソッドを呼び出します。 このメソッドは、着信 json オブジェクトを取得し、それを python データ構造に変換します。 これを jsonify () に渡すと、json オブジェクトでオブジェクトが検索され、python ディクショナリに変換され、json オブジェクトの配列が python のリストに変換されます。 次に、 request.get_json () を使用して p_r というオブジェクトを宣言し、それをキーとして使用していくつかの値を定義し、 jsonify () メソッド内に渡します。 これらの値は単なる通常の変数である必要があります。 now let’s work on the code to read the incoming. Flask Get Request Data Json.
From www.educba.com
Flask POST request How POST Request Work in Flask Examples Flask Get Request Data Json to access json requests, we will go back into our flask app, and inside the function, we will call the request.get_json() method. use request.get_json() to get posted json data. Data = request.get_json() name = data.get('name', '') use request.form to get data when submitting a form. This method will take the incoming json object and convert it to python. Flask Get Request Data Json.
From www.cnblogs.com
Flask request对象 一加一 博客园 Flask Get Request Data Json you need to set the request content type to application/json for the.json property and.get_json() method (with no. json リクエストにアクセスするには、flask アプリに戻り、関数内で request.get_json () メソッドを呼び出します。 このメソッドは、着信 json オブジェクトを取得し、それを python データ構造に変換します。 これを jsonify () に渡すと、json オブジェクトでオブジェクトが検索され、python ディクショナリに変換され、json オブジェクトの配列が python のリストに変換されます。 次に、 request.get_json () を使用して p_r というオブジェクトを宣言し、それをキーとして使用していくつかの値を定義し、 jsonify () メソッド内に渡します。 これらの値は単なる通常の変数である必要があります。 Data = request.get_json() name = data.get('name', '') use request.form to get. Flask Get Request Data Json.
From techtutorialsx.com
ESP8266 Posting JSON data to a Flask server on the cloud techtutorialsx Flask Get Request Data Json Data = request.get_json() name = data.get('name', '') use request.form to get data when submitting a form. json リクエストにアクセスするには、flask アプリに戻り、関数内で request.get_json () メソッドを呼び出します。 このメソッドは、着信 json オブジェクトを取得し、それを python データ構造に変換します。 これを jsonify () に渡すと、json オブジェクトでオブジェクトが検索され、python ディクショナリに変換され、json オブジェクトの配列が python のリストに変換されます。 次に、 request.get_json () を使用して p_r というオブジェクトを宣言し、それをキーとして使用していくつかの値を定義し、 jsonify () メソッド内に渡します。 これらの値は単なる通常の変数である必要があります。 to access json requests, we will go back into our flask app,. Flask Get Request Data Json.
From github.com
When I use GET and the ContentType in the header is application / json Flask Get Request Data Json request.get_json (force=false, silent=false, cache=true) [source] parses the incoming json request data and returns it. you need to set the request content type to application/json for the.json property and.get_json() method (with no. Data = request.get_json() name = data.get('name', '') use request.form to get data when submitting a form. json リクエストにアクセスするには、flask アプリに戻り、関数内で request.get_json () メソッドを呼び出します。 このメソッドは、着信 json オブジェクトを取得し、それを python. Flask Get Request Data Json.
From giotjgrwj.blob.core.windows.net
Filter Json Columns at Thomas Hurley blog Flask Get Request Data Json use request.get_json() to get posted json data. json リクエストにアクセスするには、flask アプリに戻り、関数内で request.get_json () メソッドを呼び出します。 このメソッドは、着信 json オブジェクトを取得し、それを python データ構造に変換します。 これを jsonify () に渡すと、json オブジェクトでオブジェクトが検索され、python ディクショナリに変換され、json オブジェクトの配列が python のリストに変換されます。 次に、 request.get_json () を使用して p_r というオブジェクトを宣言し、それをキーとして使用していくつかの値を定義し、 jsonify () メソッド内に渡します。 これらの値は単なる通常の変数である必要があります。 to access json requests, we will go back into our flask app, and inside the function, we will call the. Flask Get Request Data Json.
From exojhdspu.blob.core.windows.net
Flask Request Get Json Example at Sophie Austin blog Flask Get Request Data Json First, let’s assign everything from the json object. request.json or request.get_json() request.form. This method will take the incoming json object and convert it to python data structures. now let’s work on the code to read the incoming json data. you need to set the request content type to application/json for the.json property and.get_json() method (with no. . Flask Get Request Data Json.
From kwkwc.github.io
FlaskDocs flaskdocs Flask Get Request Data Json First, let’s assign everything from the json object. Data = request.get_json() name = data.get('name', '') use request.form to get data when submitting a form. to access json requests, we will go back into our flask app, and inside the function, we will call the request.get_json() method. request.json or request.get_json() request.form. to perform get the data received in. Flask Get Request Data Json.
From blog.csdn.net
flask request未获取到参数问题解决_flask 获取不到json参数CSDN博客 Flask Get Request Data Json Data = request.get_json() name = data.get('name', '') use request.form to get data when submitting a form. you need to set the request content type to application/json for the.json property and.get_json() method (with no. request.get_json (force=false, silent=false, cache=true) [source] parses the incoming json request data and returns it. use request.get_json() to get posted json data. to access. Flask Get Request Data Json.
From stackoverflow.com
python 3.x Flask restful put and post Did not attempt to load JSON Flask Get Request Data Json request.json or request.get_json() request.form. to access json requests, we will go back into our flask app, and inside the function, we will call the request.get_json() method. request.get_json (force=false, silent=false, cache=true) [source] parses the incoming json request data and returns it. now let’s work on the code to read the incoming json data. you need to. Flask Get Request Data Json.
From giobxsstz.blob.core.windows.net
Flask Get Request Query Parameters at Bobby Helms blog Flask Get Request Data Json you need to set the request content type to application/json for the.json property and.get_json() method (with no. request.get_json (force=false, silent=false, cache=true) [source] parses the incoming json request data and returns it. to access json requests, we will go back into our flask app, and inside the function, we will call the request.get_json() method. now let’s work. Flask Get Request Data Json.
From blog.csdn.net
Flask实现接收与返回json的接口_flask接受到bytes怎么转换为jsonCSDN博客 Flask Get Request Data Json request.get_json (force=false, silent=false, cache=true) [source] parses the incoming json request data and returns it. now let’s work on the code to read the incoming json data. request.json or request.get_json() request.form. This method will take the incoming json object and convert it to python data structures. json リクエストにアクセスするには、flask アプリに戻り、関数内で request.get_json () メソッドを呼び出します。 このメソッドは、着信 json オブジェクトを取得し、それを python データ構造に変換します。. Flask Get Request Data Json.
From www.delftstack.com
How to Handle Request Data in JSON Format in Flask Delft Stack Flask Get Request Data Json to perform get the data received in a flask application we will use some request properties that received the data in an efficient way. First, let’s assign everything from the json object. now let’s work on the code to read the incoming json data. json リクエストにアクセスするには、flask アプリに戻り、関数内で request.get_json () メソッドを呼び出します。 このメソッドは、着信 json オブジェクトを取得し、それを python データ構造に変換します。 これを jsonify. Flask Get Request Data Json.
From exojhdspu.blob.core.windows.net
Flask Request Get Json Example at Sophie Austin blog Flask Get Request Data Json json リクエストにアクセスするには、flask アプリに戻り、関数内で request.get_json () メソッドを呼び出します。 このメソッドは、着信 json オブジェクトを取得し、それを python データ構造に変換します。 これを jsonify () に渡すと、json オブジェクトでオブジェクトが検索され、python ディクショナリに変換され、json オブジェクトの配列が python のリストに変換されます。 次に、 request.get_json () を使用して p_r というオブジェクトを宣言し、それをキーとして使用していくつかの値を定義し、 jsonify () メソッド内に渡します。 これらの値は単なる通常の変数である必要があります。 to perform get the data received in a flask application we will use some request properties that received the data in an efficient way. now let’s work. Flask Get Request Data Json.
From www.datasciencelearner.com
Python Ajax JSON Request Example Form with Flask Flask Get Request Data Json request.get_json (force=false, silent=false, cache=true) [source] parses the incoming json request data and returns it. use request.get_json() to get posted json data. First, let’s assign everything from the json object. This method will take the incoming json object and convert it to python data structures. request.json or request.get_json() request.form. now let’s work on the code to read. Flask Get Request Data Json.
From takamoto.biz
FlaskのJSON返却をRESTっぽく 高本技術士事務所 Flask Get Request Data Json you need to set the request content type to application/json for the.json property and.get_json() method (with no. First, let’s assign everything from the json object. This method will take the incoming json object and convert it to python data structures. Data = request.get_json() name = data.get('name', '') use request.form to get data when submitting a form. now let’s. Flask Get Request Data Json.
From exoceodce.blob.core.windows.net
Flask Get Request Method at James Purvis blog Flask Get Request Data Json This method will take the incoming json object and convert it to python data structures. to perform get the data received in a flask application we will use some request properties that received the data in an efficient way. json リクエストにアクセスするには、flask アプリに戻り、関数内で request.get_json () メソッドを呼び出します。 このメソッドは、着信 json オブジェクトを取得し、それを python データ構造に変換します。 これを jsonify () に渡すと、json オブジェクトでオブジェクトが検索され、python ディクショナリに変換され、json オブジェクトの配列が python. Flask Get Request Data Json.
From apidog.com
How to Post and Send JSON Data in Flask Flask Get Request Data Json json リクエストにアクセスするには、flask アプリに戻り、関数内で request.get_json () メソッドを呼び出します。 このメソッドは、着信 json オブジェクトを取得し、それを python データ構造に変換します。 これを jsonify () に渡すと、json オブジェクトでオブジェクトが検索され、python ディクショナリに変換され、json オブジェクトの配列が python のリストに変換されます。 次に、 request.get_json () を使用して p_r というオブジェクトを宣言し、それをキーとして使用していくつかの値を定義し、 jsonify () メソッド内に渡します。 これらの値は単なる通常の変数である必要があります。 Data = request.get_json() name = data.get('name', '') use request.form to get data when submitting a form. to access json requests, we will go back into our flask app,. Flask Get Request Data Json.
From fyofgzszd.blob.core.windows.net
Valid Json Data Example at Tawny Powell blog Flask Get Request Data Json First, let’s assign everything from the json object. request.get_json (force=false, silent=false, cache=true) [source] parses the incoming json request data and returns it. json リクエストにアクセスするには、flask アプリに戻り、関数内で request.get_json () メソッドを呼び出します。 このメソッドは、着信 json オブジェクトを取得し、それを python データ構造に変換します。 これを jsonify () に渡すと、json オブジェクトでオブジェクトが検索され、python ディクショナリに変換され、json オブジェクトの配列が python のリストに変換されます。 次に、 request.get_json () を使用して p_r というオブジェクトを宣言し、それをキーとして使用していくつかの値を定義し、 jsonify () メソッド内に渡します。 これらの値は単なる通常の変数である必要があります。 Data = request.get_json() name = data.get('name',. Flask Get Request Data Json.
From blog.csdn.net
flask request未获取到参数问题解决_flask 获取不到json参数CSDN博客 Flask Get Request Data Json request.get_json (force=false, silent=false, cache=true) [source] parses the incoming json request data and returns it. use request.get_json() to get posted json data. now let’s work on the code to read the incoming json data. json リクエストにアクセスするには、flask アプリに戻り、関数内で request.get_json () メソッドを呼び出します。 このメソッドは、着信 json オブジェクトを取得し、それを python データ構造に変換します。 これを jsonify () に渡すと、json オブジェクトでオブジェクトが検索され、python ディクショナリに変換され、json オブジェクトの配列が python のリストに変換されます。 次に、 request.get_json (). Flask Get Request Data Json.