2 posts tagged as "json"

Accessing the Miso API a sample ASP.NET application

Miso recently launched the initial phase of their API and make use of OAuth (similar to Twitter’s implementation) to allow user’s to authenticate with Miso and authorize your application to act on their behalf. The documentation is well written…

How to convert a 10-digit timestamp in JSON to a Javascript Date

That’s a fairly long title to describe this: 1280296860 I found this value in a field of a JSON response from a web service where I was expecting a date. I’m used to seeing 13 digit timestamps so this date surprised me and looked a little odd. After…