Questions tagged as 'json'

1
answer

Get status of CS's JSON item: GO

Well it's the following I have the following code that causes it to take all the items / weapons from the inventory of a certain individual and shows it. Well what I wanted to know is how do I get past the items to tell the status of the item...
asked by 15.02.2016 / 03:55
1
answer

Turning a string into json

I need to mount this json from a string and pass it as a parameter: I did this: string s = "{\"Matriz\":12, \"Filial\":21}"; In the click of my button I have this: private void Click_Service(object sender, EventArgs e) {...
asked by 11.01.2018 / 17:27
1
answer

Put a pager in jSON

A friend helped with the code, but I need to get it to display 5 results per page and have a < >. var operacao = "selectOcorrencias"; var condominioID = "2"; $.getJSON("http://url.com.br/appOperacoes.php", { operacao: operacao, con...
asked by 21.12.2015 / 19:23
0
answers

Request item is not returning in function in ajax

I have a problem in my application where I have no idea how to solve it, much less the reason for the problem It turns out that an index specifically is not returning in my request within the jquery function $.ajax({ url: "http://",...
asked by 16.03.2015 / 18:56