Questions tagged as 'json'

1
answer

Json - JAVA (Eclipse)

How do I read a JSON (jsonl) file through eclipse in java? Do I need a package?     
asked by 28.03.2018 / 17:41
1
answer

How to do Json readings with multiple lists (DELPHI)?

I'm using the XSUPEROBJET examples to read Json below, but the examples use simple Json structures, and they work, but when I try to read the structures with multiple lists they do not work. I do not know what I'm doing wrong. My problem i...
asked by 12.09.2017 / 20:47
1
answer

Conversion from enum to string

Good afternoon! I have the following situation, as a return of a request I get a json with several information. In C # I convert this information to objects using JsonConvert.Deserialize () .. Look at the return below: { "id": "AV654AS65...
asked by 11.08.2017 / 20:36
1
answer

How to make CRUD buttons in datatables?

I am doing server-side activation and want to know how to make some buttons from a basic CRUD, in the last row, type like this: Mycode<scripttype="text/javascript" language="javascript" class="init"> $(document).ready(function() {...
asked by 29.06.2017 / 20:56
1
answer

Read Json in PHP?

I have the following code in my PHP : <?php $url = "https://api.cartolafc.globo.com/mercado/destaques"; $response = file_get_contents($url); $jogadores = json_decode($response,true); It should return the file json ,...
asked by 27.04.2017 / 01:07
1
answer

Datatable with JSON

I'm doing a datatable with ajax return. $.getJSON("sql.php?operacao=usuario_lista&excluidos=false", function (data) { alert(data.users); $('#tabusuarios').DataTable({ "aaData": data.users, "aoColumns": [...
asked by 25.01.2017 / 19:49
1
answer

Get some elements of a JSON variable

I have a JavaScript variable that holds a JSON, similar to this: { "estado": [ { "nome": "Foo LTDA", "endereco": "Endereço de SP", "cep": "12345-000", "telefone": "(1...
asked by 10.01.2017 / 18:27
1
answer

Error fetching blogger information via json

I'm trying to get blogger information via json and put it to appear in recyclerview . But I can not. I'm a beginner in programming, so I'm unsure if you'll have to sign some key so you can release content by json . E...
asked by 19.12.2016 / 19:23
2
answers

Filter with AJAX + PHP

Within my system, the user logs in, some information fetched from my database is shown, the function that searches the data and how it is listed follows:    Function # função que busca os dados de originação no banco function listaDadosOri...
asked by 08.12.2016 / 17:31
1
answer

Logical help with PHP using Twitter API

Well, the idea is this, I'm using API of Twitter to do user authentication, I'm using the following resource: link . I used this video to help me authenticate, it's exactly the same: link The logic: All users who authorize th...
asked by 04.06.2017 / 10:06