Questions tagged as 'json'

0
answers

How to walk a json with js and show in html [closed]

I have a json object which I wish to traverse to list all the data stored in an html. I would like to know how I can do it using native JS (without frameworks). This is the JSON object {"centros_educativos": [{"colegio":"colegio 1", "alumn...
asked by 02.05.2018 / 23:30
1
answer

How can I work with cookies with JS or jQuery?

I need to create, read and delete cookies from the client side, for this I need to use javascript or jQuery but I do not know how to manipulate the cookies from here, there is a framework that helps with this issue or I have to build my own func...
asked by 04.07.2018 / 23:25
2
answers

Convert to JSON Java Script

I am working on Java JSP and JavaScript, and I need to convert the result of a DataStore query format: <Entity [Usuario(5523854313120)]: Email = [email protected] PrimerNombre = Andres Rol = Administrador Password = andres12...
asked by 11.01.2018 / 15:21
1
answer

How to deserialize a JSON in C # with the following structure?

A web service returns this JSON, which I set in a variable: [{ "PO": "", "Status": "S", "Message": "OK WO : 000144439642 has been held in KIT1", "Process": "HOLD (OTM_TRIGGER)", "Auxiliary": "000144439642", "TicketNumber": "...
asked by 15.11.2018 / 19:14
2
answers

Transform one json into another with JavaScript

I have a json returned with the Google Vision API that is the result of the upload of 3 different images, but in the same upload ... [ { "errorMessage": "", "errorStatus": false, "fileMimeType": "image/jpeg", "fileName":...
asked by 30.10.2017 / 15:42
1
answer

jsonp does not work with ionic

How about, I've been working on ionic jsonp for about 5 days and the case is that with angularjs it works and with jquery too but when I use jsonp with ionic I can not make it work and it always returns error, here I share my code app.js //...
asked by 18.12.2016 / 18:52