Questions tagged as 'json'

0
answers

Receive json in PHP Python and extract data

An api sends me a JSON, I receive it in PHP and sent it to Phayton to process it, the problem is to convert it to an object to extract the data, it gives error all the time It gives me these errors:    ERROR: (,   JSONDecodeError ('Expecting...
asked by 22.01.2018 / 16:43
0
answers

Recaptcha is not validated

My problem is that my reCAPTCHA is not validated, this is the message I get:    We detected that your site is not verifying reCAPTCHA solutions.   This is required for the proper use of reCAPTCHA on your site.   Please se...
asked by 22.01.2018 / 18:38
2
answers

Decode json from php sent by jquery.ajax (POST) Wordpress

I have a json that is stored in the variable projects which is sent by jquery.ajax in this way: var proyectos = [{"Paso1": selectEmpStar},{"Paso2": selectEtapa},{"Paso3": selectServ},{"Paso4": selectCarac},{"Paso5": selectCuent},{"Paso6":...
asked by 16.01.2018 / 17:50
0
answers

Fill footable table with JSON

Good afternoon, I'm trying to fill a table with JSON, the table is class footable, but I do not see the data in the table, this is my code: $('#tUsuarios').footable({ rows:[{"Email":"[email protected]","PrimerNombre":"Andres","Rol":"Ad...
asked by 12.01.2018 / 23:08
1
answer

Return any Json in an endpoint

I have an endpoint in gae, but I need to be able to return a String that contains a json, without creating a POJO, but I have not found a way to do it, this is one of my endpoinds: @ApiMethod(name = "get", httpMethod = "POST", path = "/get...
asked by 17.01.2018 / 22:37
0
answers

bring an image from sql server to android

good afternoon people, the consultation, basically it is, I have an image in a sql server database (varbinary), and I bring it through a json with a restful service done with node, along with other data; when I bring it from the json, I treat it...
asked by 09.01.2018 / 18:23
0
answers

Why does not the Controller read the Detail list of a Json file for Master Detail?

I am developing a master form with details from a JSON in the browser to the server. The Master part of the json file is read and saved in the database but the controller does not read the details part (a list) (in bold the line of code it does...
asked by 09.01.2018 / 01:08
0
answers

Problems with json when searching data with php and ajax

Dear I have an ajax that brings me data from the database with php to a table the code is the following Ajax: $('#selplan').change(function(){ var idplan = $('#selplan').val(); var consulta = $.ajax({ type: 'Post',...
asked by 05.01.2018 / 16:42
1
answer

Read a JSON hosted in an FTP protocol URL

I want to do an App with Android Studio to see a JSON hosted on a FTP . What would that connection be like?     
asked by 01.01.2018 / 01:16
1
answer

Why do not you return the data of the json?

I'm working with the autocomplete ui by categories, the data is sent normally and the query runs smoothly but in the search engine does not return the data of the json ... what I'm doing wrong and how can I fix it? <%@ include file="....
asked by 03.01.2018 / 17:05