Questions tagged as 'json'

1
answer

Return from Json [closed]

I do not understand the JSON operation, but here I have a Controller code that returns a JSON and I want to know how to display this data on the screen. public ActionResult ShowPlaylists() { if (string.IsNullOrEmpty(Session["token"].ToStri...
asked by 01.11.2016 / 04:12
0
answers

Pass query in php to python

I'm trying to pass the php code given by api to make requests to python and I'm having some difficulties. In php the query is done as follows: $query = http_build_query(array( 'domains' => array( 'google.com',...
asked by 18.12.2018 / 15:10
1
answer

How to return a list from a json? [duplicate]

Here is the result:    {"response":{"numFound":2654,"start":0,"docs":[{"id":"l3ade68b8g5db3b0b3","langID":1,"url":"/ministerio-codigo-de-honra/quao-grande.html","title":"Quão grande","band":"Ministério Código de Honra"},{"id":"l3ade68...
asked by 25.11.2017 / 00:19
1
answer

Angular with JSON + TypeScript

I should read a JSON and print the results within an HTML component dynamically with angular. The site would be a kind of chat where I have dynamic DATABIDING tags, within <ul class="list-group row"> I should list each "message"...
asked by 27.09.2018 / 01:52
1
answer

Upload from Database only when 100% loaded

In the Portfolio section, when you press +, you can see that you load the block first and then the images with a delay of 1 second. SEE THE SITE: somospixel.com/test I want it to only load when the images have already been uploaded. Fun...
asked by 28.03.2016 / 20:54
1
answer

How to consume Json on Android? [closed]

How do I consume a Json on Android?     
asked by 15.03.2016 / 21:52
2
answers

I can not parse json with brackets in C #

I'm using the Newtonsoft.Json.Linq library to parse json in C #. So far it worked beauty, when I have a json string like this: { 'chave':'valor' } But when I have a json like this: [ { 'chave':'valor' }, {...
asked by 16.05.2018 / 17:22
1
answer

doubts with json

I have a json, in my form I have a "Next" and "Previous" button, I need to create a code that shows the next one or the previous one, as it clicks the buttons, I am using angular, someone could give a hint how could this code be? json [{...
asked by 11.11.2016 / 20:37
3
answers

How to convert HTML to JSON?

I have the following script: function abreJanela(URL) { location.href = URL; // se for popup utiliza o window.open } <select name="paginas" onchange="javascript: abreJanela(this.value)"> <option value="#" selected>Selecione...
asked by 05.03.2018 / 19:48
1
answer

Print Variable Json PHP

I have a json $data= '[ { "opa": "maam", "clik": "7026981995", "pt": 123, "aaab": [{ "ttt": "1.22", "tt": [{ "aaa2": 1.2277, "aaa122": 19811225...
asked by 07.08.2018 / 01:53