Questions tagged as 'json'

3
answers

Collect JSON data with [] from Javascipt

I want to raise a problem that I have and I do not see an apparent solution on the internet. I have an .json file with this format: [{"id":"hola"}, {"id":"adios"}] When I want to collect this data in JS like I do var id= JSON.parse(AQUI Q...
asked by 02.06.2018 / 15:46
0
answers

Problems to remove a record from a table with ajax?

You see I am trying to delete the record of a table with Ajax, this table is made through DataTable, however the delete button does not want to work, it throws me the following error: ReferenceError: BorrarSeccion is not defined Here I...
asked by 30.05.2018 / 20:03
1
answer

Regular expressions in AJax requests

I have a REST request that returns a json with values {"Meta Data":{"1. Information":"Intraday (1min) prices and volumes","2. Symbol":"MSFT","3. Last Refreshed":"2018-05-30 16:00:00","4. Interval":"1min","5. Output Size":"Compact","6. Time Zon...
asked by 31.05.2018 / 21:07
0
answers

How to implement npm jsonymize in a project?

Hello, I have tried to include this module in a project with the require statement, however I am new to this and I do not know how to make it work correctly.     
asked by 31.05.2018 / 20:31
0
answers

Is there a JSON data source for the recognition of emotions or a way to do one automatically?

I have a chatbot that tells us the weather when asked and I would like it to also recognize the emotions of the people who speak to motivate them when things are not going well. I want to start with the NLU and, therefore, provide you with data...
asked by 24.05.2018 / 21:35
1
answer

How to get the number of elements that a JSON has with GSON in Java?

From the Front-end I send the file JSON , then in the Servlet , through GSON I transform it into an object: PrintWriter out = response.getWriter(); String texto = request.getReader().readLine(); Gson gson...
asked by 23.05.2018 / 20:50
1
answer

Rebuild html elements with the data stored in a json?

I have a json object created with the tags and attributes of the html elements. Now that I have the json I want to rebuild the entire html running the json. Any suggestion would be of great help to me.                                <d...
asked by 23.05.2018 / 04:43
0
answers

Error Unparseable date: "00:00:00"

I am developing a app which uses a api that connects to my bd , where I try to pass an object that has a parameter of type Time which stores me an hour with the format hh:mm:ss 00:00:00 . So far I have no proble...
asked by 22.05.2018 / 23:36
1
answer

I can not extract the data from the "text" object of a json, I need to do it in java

This is the json that I get from the Google Vision API, I need to extract the "text" Object from the "responses" array, it would be very helpful if I could extract that data. { "responses":[ { "textAnnotations":[],...
asked by 25.05.2018 / 18:43
0
answers

datatable problem bootstrap

I have a problem I am using datatable to generate tables dynamically with a search with filters. the problem is that when applying some filters, the 100% zoom table sometimes cuts all the columns after the 9th and 90% zoom if the whole sample...
asked by 18.05.2018 / 01:12