Tagged Questions
0
votes
2answers
51 views
Get API responses in formats other than JSON
I am working on an application which uses the Stack Exchange API. But I don't want responses in JSON format.
So, if I want to convert JSON to another format like XML, is there any way to get the ...
1
vote
1answer
50 views
What's the best way to get all available data related to a user's reputation?
I'm looking for the best way to get a full list of every event which has caused a user's reputation to change, It could look like:
timestamp,reputation_change,object_uri
2011-01-25 ...
6
votes
2answers
130 views
OR operator for StackOverflow API
I'm trying to get a list of questions from the SO API for a number of tags,
At the moment I am using the ; operator to separate the tags in the URL but the thing is this only brings up questions that ...
1
vote
1answer
224 views
Any guarantees on JSON string encoding?
According to the JSON specification, JSON can be returned in one of five string encodings:
UTF-8 (the default encoding)
UTF-16 Little Endian
UTF-16 Big Endian
UTF-32 Little Endian
UTF-32 Big Endian
...
2
votes
5answers
380 views
What are the best tools to use for inspecting JSON?
I am curious which tools people use for inspecting the JSON results when calling API methods from their browser. I am using Google Chrome, and it displays results such as this for the stats method:
{ ...