Questions tagged as 'json'

1
answer

Browse JSON Array in PHP [duplicated]

I need to run a JSON array in PHP give me back the following: { "SU_Result": { "SU_BE": [ { "proABREVIATURATITULO": "", "proAPELLIDOMATERNO": "", "proAPELLIDOPATERNO": "", "proNOMBRES": "",...
asked by 18.12.2017 / 17:28
2
answers

Read a JSON object from Javascript

I have found many forums and texts where they explain it in detail, the problem is that nothing works for me and I have tried it in many ways. I leave you the JSON and how I try to read it without having different results from:    application...
asked by 30.12.2016 / 21:06
1
answer

Return Object JSON in Java

I have a layer repository in my application Java that has a method to return all the authors: public Stream<Author> getAllAuthors() { return StreamSupport.stream(authorRepository.findAll().spliterator(), true); } A...
asked by 27.07.2018 / 17:08
1
answer

Context must not be null

You see, I have a class which works properly for me, but, the images that are not seen on the screen are happening as if I were looking for the correct one, so I added the library of Picasso : Picasso.with(context) .load(Estadisticas...
asked by 17.01.2016 / 08:26
1
answer

Android JSON No values for

Hi, I'll tell you, I have a problem extracting info from an API in an Android app. When I'm parsing the JSON, it says: "No values for movies" in this case. I'll stick the code to see if you can help me out. The fact is that this same code wor...
asked by 12.04.2016 / 13:55
1
answer

LocalStorage does not keep the data saved when the browser is closed

I'm trying LocalStorage to store data in the client's memory and I have a problem that I can not solve. I save an object transformed into a chain by means of setItem in LocalStorage and I can access it by refreshing the browser (Chrome 49.0)...
asked by 20.03.2016 / 23:56
1
answer

Volley TimeOutError. Android Studio

I happen to be working with volleyball. When I want to fill a Recyclerview it turns out that I see the error described in the title, I was reading and I know that it is because of the response time between the application and server (in this cas...
asked by 18.07.2018 / 02:06
1
answer

Why can not I print the result of a query in angle 6?

My code is as follows: getReport(id_reporte: string, destino: number, departamento: string, afiliacion: string, tipo_servicio: string, canal: string, fechai: string, fechaf: string, por: string): Observable <Afiliados[]> {...
asked by 06.08.2018 / 17:16
1
answer

Scroll JSON array and fill select dynamically

I am trying to fill <select> from the data stored in a JSON array. My code is as follows: applications = { "apps": [ { "app":"app_uno", "buzon":"buzon_uno" }, { "app":"app_dos", "buzon":"buzón_dos" } ] };...
asked by 07.07.2018 / 14:22
1
answer

Get values of a json, save them in a variable, json.parse ()?

Hello, I'm working on a module that graphs data with Chart.js , then charts.js works with json, like almost everyone in the world, so I'm getting another json 2 and NULL , with them generate variables that tell me how many there are. I'm no...
asked by 09.04.2018 / 18:33