Questions tagged as 'json'

1
answer

Import json file into a MySQL database?

Well I'm started in the database study and I came across the following situation I have this json file with the following data: [{"nome":"José","ddd":27,"telefone":21239990,"cpf":"11111111111","sabe_programar":true},{"nome":"João","ddd":27,"te...
asked by 16.09.2017 / 15:50
2
answers

How to read Json with Android

I would like to know how I read json in two different ways. 1 - I have a Json {"nome": "JOA", "cpf": 7.4417, "idade": "15"},{"nome": "PAT", "cpf": 8.5528, "idade": "20"}"}; This even can read and play in variables, but only the first par...
asked by 14.09.2017 / 22:03
1
answer

Error in Webservices Json C # "Unexpected character encountered while parsing value:. Path '', line 0, position 0. "

Hello, I'm getting an error in executing my code, in another application the same code works, I already changed the using , but it does not work. public String CriaPeca(String token, String ip, String autor, bool seguranca, Dictionary<...
asked by 09.11.2017 / 16:34
1
answer

How to access a JSON value and insert into data-id?

I have this JSON: {draw: 1, recordsTotal: 16, recordsFiltered: 16, data: [,…]} and within data , for example a record: 0: ["1", "FooBar", "00.000.000/0000-00", "13600-000", "Rua Santos Dumont", "Curitiba", "Jardim X", "ID_1"] How...
asked by 07.07.2017 / 22:54
1
answer

Getting data from one Json and saving on another [Perl]

Good night, I would like to know if there is a way to get data from one json and save it to another automatically without needing to treat json as "text" (regex) in case, I already used perl's JSON module use JSON;) but it was for a simpler util...
asked by 19.09.2017 / 23:27
1
answer

Read and interpret JSON files [duplicate]

I'm developing a program in which I need to read and interpret a JSON file, which is actually an XML file transformed into JSON. I need to select and get some information from this JSON file and save it in variables, such as note number, its v...
asked by 01.09.2017 / 19:29
2
answers

Generate a JSON from a converted XML with Javascript [duplicate]

I was able to do a conversion from an xml to json using a solution that I found on the internet and it answered perfectly, it stores all the json in a string and shows on the screen, but I do not know how to play the contents of this string in...
asked by 01.09.2017 / 20:16
1
answer

Add buttons in table rows

I'm using: link and with it I'm able to create the table and load the json data. The problem is that I'm not able to add another column with edit and delete actions, for example. Where would be 2 buttons. The back is with Java.     
asked by 28.06.2017 / 20:40
2
answers

Consuming Json [Array & Object] on Android

According to the comment from some users here , I read some articles talking about more or less what I wanted to do . Article read:    consuming JSON From I tried to create my own code , but I have serious problems , > wh...
asked by 30.06.2017 / 21:08
2
answers

Problems with Object Syntax in Json?

I have a problem with syntax of shoppingsObj , why are you giving this error?    Expected to JSON object, array or literal. shoppingsObj = { "shoppings": [ { "nome": "Bangu Shopping", "licenseKey":"0", "acessKey":"0", "secr...
asked by 29.06.2017 / 19:29