Questions tagged as 'json'

2
answers

How do I go through the following array using javaScript?

json [ { "idDisciplina":"1", "0":"1", "Nome":"Matematica", "1":"Matematica" }, { "idDisciplina":"11", "0":"11", "Nome":"Ciencia", "1":"Ciencia" } ] script $.ajax({ ur...
asked by 25.08.2017 / 17:44
3
answers

String reading Json format for C #

Hello, I have been having several weeks to read the values of string below, I would like to read the value and in the sites it is very confusing in the search because the type json I have starts with {{ e has an object in the...
asked by 27.03.2018 / 01:08
1
answer

cURL returning null value in JSON with PHP

I'm studying cURL because I want to make an application with Twitter using login form and password ... yesterday I did this question was very well answered, based on this I am studying cURL , so I have the following code: <?ph...
asked by 27.06.2017 / 20:23
1
answer

Popular table with data according to input range values

I need to popular some li that form a table, according to the data put by the user in the input range, for example if the user choose 200,000 I would like to return 3 tables with suggestions of a plan of 200,000 a plan above and one below as an...
asked by 31.08.2016 / 01:27
6
answers

Transform json array into php array

Well, I have a little problem that I still can not solve. I already looked it up on Google, and the solutions I found did not serve my problem. I need to transform the array "Players" that is in this JSON: link in one PHP Array. { "Stat...
asked by 04.10.2016 / 21:28
1
answer

Error fetching JSON from a text - JQUERY

I'm retrieving a json from a text, however, the following error occurs: XMLHttpRequest cannot load http://www.vagas.com.br/vagas/feeds.js?q=engenheiro. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin...
asked by 07.06.2016 / 20:19
1
answer

API Instagram get information about a particular publication

Is it possible to access the media (of course public) without having the authorization of the user responsible for it? The idea is to know the number of tastings and comments of a particular publication via API. One of the alternatives I foun...
asked by 09.06.2016 / 15:51
4
answers

JSON Object Objects

I need to create a json object from scratch where each key has several values / values example: '{"name":["daniel","dias"],"morada":["joao","allen"]}' For this I am executing this code several times, but the result is presented with numeri...
asked by 14.10.2016 / 17:45
1
answer

How to put two ng-repeat in the same view, Ionic / AngularJs?

I have to list two types of interconnected arrays in the same view. But I can not list. EDIT: BEST EXPLANATION I have four tables: evaluation, user_app, item_questions, cadastra_oferta In the first array: $ scope.avaliacoes...
asked by 15.04.2017 / 19:43
2
answers

How to change option from JSON return

How do I change the option below, based on the JSON return: <select name="modalidade-frete" id="modalidade-frete"> <option value="0">0 - Por conta do emitente</option> <option value="1">1 - Por conta do d...
asked by 31.01.2017 / 21:09