Questions tagged as 'json'

1
answer

python request iugu returns status 400

I'm testing the iugu.com api to generate ticket payments and I'm having problems with json's return because there is no error in dictionary items which is sent to the API (in php would be an array) The code is as follows: from flask impor...
asked by 11.09.2015 / 18:48
2
answers

Node generating Json

I have to develop a Java application that, through a Json, communicates with the Node and changes the language of the site. The problem is: the node must access the site literals / labels in .txt and turn it into .json . Using...
asked by 13.07.2015 / 19:41
2
answers

Manipulate an array dynamically with several controllers of the Angular.js

Well, I have a feature on my system that has a large interaction with the end user, I then opted to employ Angular.js . My goal is to dynamically populate a array and when the user der submit I send such data via $ http.post () to an act...
asked by 22.06.2015 / 18:55
1
answer

How to create configurations via json in codeigniter

How to use a json settings file, so that the values of the parameters of the files become variables of style settings $ config ['var'] in codeigniter?     
asked by 19.06.2015 / 21:13
1
answer

Create a dynamic value in checkbox using ajax

I have a ajax code link and I need the values that appear to be dynamic, eg: In the link that I put has 3 inputs and in js I created it for only 1, if I put it to all it would send normally checkbox:$($("#checkbox input")[0]).prop("ch...
asked by 19.06.2015 / 23:39
1
answer

Copy the contents of a Json via PHP and send it to the server [duplicate]

It is possible via PHP to copy the Json content of a page (an API that is generating a% dynamic% co) as this link and save to a directory inside my site" json / .json "? Because I could create a cron job to always do this once a day....
asked by 15.07.2015 / 17:01
1
answer

How to read the return from webservice json (WEBSERVICE - JSON)

I have this JSON : { "articleList": { "conversas": [ { "cd_resultadofinanceiro": "24", "cd_feedbackfinanceiro": "61", "mm_resultado": "Tomar as devida providencia judiciais.", "dt_resultado": "2015...
asked by 17.07.2015 / 14:27
1
answer

List JSON in AngularJS not displayed

I'm trying to return a list from a Java webservice, but in the HTML page it goes blank, I can not see my error, below the code. @Path("/contatos") public class ContatoResource { static private Map<Integer, Contato> contatosMa...
asked by 12.06.2015 / 17:41
2
answers

C # WebMethod - Send and Receive the same object (custom) via Parameter

My code: Object: public class Person { private string _Nome; private DateTime _Nascimento; public string Nome { get { return _Nome; } } public DateTime Nascimento { get { return _Nascimento; } } public Person(string N...
asked by 11.06.2015 / 16:56
1
answer

Search for posts on Facebook by Hashtag in JSON format

How to bring facebook public posts for a given hashtag, for example #OlaWorld. I need the postings to come in JSON format.     
asked by 20.07.2015 / 20:42