Questions tagged as 'json'

1
answer

Array reading with JSON

I have the following array: Array ( [xml] => { "orders": [ { "code":"PedidoTeste-1508156986545", "channel":"PedidoTeste", "placed_at":"2017-10-16T10:29:46-02:00",...
asked by 17.10.2017 / 14:22
1
answer

Word reserved as variable name

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...
asked by 23.11.2018 / 17:56
1
answer

How to disable Browser AutoFill? [duplicate]

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...
asked by 19.09.2017 / 20:25
2
answers

php array for json will not all data

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....
asked by 16.07.2017 / 06:44
0
answers

Auto complete does not work, conflict in jquery

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...
asked by 26.12.2018 / 20:44
0
answers

Saving object methods in JSON

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...
asked by 20.12.2018 / 19:26
1
answer

Problem picking up a GSON variable

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" :...
asked by 11.11.2017 / 02:54
1
answer

Java and JSON API

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.     
asked by 23.11.2017 / 00:24
1
answer

endpoint to filter post by custom taxonomy

So I'm developing a we app, and I need to filter the posts by taxnomy to look like this get below. link link     
asked by 10.07.2018 / 23:02
1
answer

How to extract only the JSON values by removing the keys

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...
asked by 27.09.2018 / 15:15