2 pages tagged with "json"

"uncaught illegal access" exception in Android browser on JSON.parse()

April 01, 2011 - 122 words - 1 mins
I recently had a problem where a web app that worked fine on the iPhone, iPhone Simulator, Safari Mac, Safari Windows, Chrome and the Android Emulator would not work at all on any Android device. After tracking down someone who had an Android phone and was able to debug the app, we discovered: Conso… read more

Building a REST application server in Haskell Part 1

November 07, 2010 - 453 words - 3 mins
As mentioned previously, I’m boning up on Haskell. I prefer to learn by doing, so I’m attempting to build a functioning application as part of the process. I’ve struggled to find much entry level (real application) source code, so I'll be posting my progress as I go in the hope that it will help oth… read more