Questions tagged as 'json'

0
answers

Send and receive data from MySQL with Android

And, peace of mind? I have an activity that is listing a series of products from a MySQL database. I need to click on any of these products, transfer to another activity, take the product ID together, and for that collected ID, search the MySQL...
asked by 14.04.2015 / 19:07
0
answers

getJson is not working

I think it's a problem here: api/combobox_cidades.php?search= , if I put the php combobox_cidades.php file in the main folder (writing only: $.getJSON('combobox_cidades.php?search=' ), it works. now if I leave it in the api...
asked by 04.04.2015 / 04:49
0
answers

Doubt about $ .getJSON on pages that use PHP Templates

I know and already know how to use the $.getJSON method of jQuery returning the data that is returned with PHP by json_encode() . It turns out that in the project I'm developing, I use Template (PHP) for better organization in...
asked by 12.04.2015 / 07:51
0
answers

Fields filled with zip code in CakePHP 2.x

I'm trying to autocomplete fields in CakePHP from a zip code, I'm adapting the code found on this site: link I used the following site as an example to know how to configure ajax requests for the Framework: link Here is my code:...
asked by 01.02.2015 / 22:16
1
answer

How to send and receive data to MySQL DB using PHP in Objective-C?

Scenario:  Sending and receiving forms to a MySQL database using PHP. I would like to know if anyone knows or has any link to a tutorial course and clear about these procedures, sending and receiving using JSON. It can be in English or Por...
asked by 15.10.2014 / 18:16
1
answer

How to solve this error returning from access to the web service?

I'm developing an app that consumes data from a web service and using AFNetworking to make requests. During the testing phase the app worked and received the data normally. So I exported the database to the web service online and had the fo...
asked by 08.11.2014 / 00:09
1
answer

JqGrid: Assigning value to postData

I'm having trouble setting values in postData of a JqGrid, below are the creation of the grid, the received JSON and the function that is changing the value along with reloadGrid . Creating JqGrid: var listar = '1';...
asked by 04.04.2014 / 14:27
1
answer

How do I update my Android JSON parsing using Volley

I'm having a problem, I'm new to android development, I'm having a question. My app is looking for a .json file on my computer, but when I change a word and open my emulator with the app it does not update. (refreshes when I clear the app cache)...
asked by 15.01.2015 / 18:13
1
answer

How do I pass values from a CSV to a JSON in Python?

I tried two ways to read a CSV file and pass the values in the JSON value parameter, however, it does not return any results, if I pass the values straight, it works. Code 1: import boto3 from datetime import datetime import csv client = b...
asked by 12.10.2018 / 19:43
2
answers

How do I perform the filling of an information that is in a JSON complex type?

I'm trying to fill in an ICollection type that is owned by my Professional template. When executing the request I pass the information via JSON ButintheVSandGETdebugtheinformationisnotthere!     
asked by 02.10.2018 / 20:22