I have the following array:
Array
(
[xml] => {
"orders": [
{
"code":"PedidoTeste-1508156986545",
"channel":"PedidoTeste",
"placed_at":"2017-10-16T10:29:46-02:00",...
I'm building a program that integrates an online store with another program that controls the physical inventory of a store. Communication is done through HTTP requests that respond in JSON format.
In one of the response JSON, I have a variab...
This screen is for registering my system.
And here's the input.
<input id="senha" name="senha" placeholder="" class="form-control input-md" required="" type="password" autocomplete="off" value="">
As you can see I alread...
Hello, I'm having a problem with my code and I wanted your help.
I need to get data from a table and send it as json, I have 10 items in my table but json just sends one.
Table: Location
InmycodewhereIputallPHPandMsqliinclude("connect....
Personal speech;
I am facing a problem that is basically one of the problems that will not let me upload my new website.
Next ...
I have an autocomplete script that when I start typing in the input field it starts to show me the results...
I'm saving an object with methods but when I give JSON.stringify(obj) it does not save the functions.
I would like to save them for when I give a JSON.parse(str) it returns me the methods of the object as well.
Does not JSON...
I'm making an app that uses the google maps directions api, which returns me a json, for example:
{
"geocoded_waypoints" : [
{
"geocoder_status" : "OK",
"place_id" : "ChIJeRLP8gx3GZURImtwaSWGJgY",
"types" :...
I would like to know if anyone knows a good API and with tutorials to create, edit, write and read JSON files in Java.
I've been searching for some time and so far I have not found it.
I have an array with some ids, the return object of my request to the WebService is as shown in code snippet number 1.
I would like to know if there is any way via jQuery, to just extract the values and leave my JSON as shown by the object of...