Through JAVA, I need to make a request via POST, where I get a JSON with a token. The JSON return I get after sending the POST is this:
{
"Token": "e27bb0a7-e65b-4cc3-a82e-7a2a3c26a248",
"Codigo": 0
}
How do I make t...
I need to get the object online that is inside the "players" object but I can not get it ... I can only get objects that are "In the root" json where I need to get:
{
"status": true,
"hostname": "skyminigames.com.br",
"port": 25565...
It's the first time I'm dealing with this situation, so I do not know exactly how to get around it. The fact is this, I have a form with several inputs, divided by sections:
IntheExperienceTab,IfillinsomeinputswiththedataandwhenIclickaddIcreate...
I have a json file, and would like to import it into a database.
Is there any way to automate this process?
There is no database preference, but if it had some function for PostgreSQL it would be better.
I would like to get the data typed in my form and put it in a json, but I do not know how to do it. My HTML form looks like this:
<form action="" class="formContent" id="myform">
<div class="row form-input" id="form">
<div...
Does anyone know how to put a class inside a JSON file? I need to save a class inside a JSON file, however, it returns that this file is not serializable. Does anyone know how I can put this class inside the file, and then use it?
Ex:
import j...
I'm working with api from youtube and a query returns the json below. How do I get and print each item separately? For example I want to print each "videoId". How do I do?
{
"kind": "youtube#activityListResponse",
"etag": "\"I_8xdZu766_FSaex...
I have a Controller that is returning errors like this:
return response()->json(['erros' => $this->renderHttpException($e)]);
I'm getting this json as a response to the ajax request:
{"email":["The email field is required."],"tel...