What is the best way to create a JSON web service? We have another team that is using Java and they insist to having all communication done using JSON. I would prefer to use WCF rather than any 3rd party framework.
I found this blog: http://www.west-wind.com/weblog/posts/164419.aspx, and it suggests that the Microsoft implementation is flawed with M$ specific crap.
I ended up using JayRock. Its fantastic piece of technology, just works. You don’t get any NullReferenceExceptions like from this crap WCF if you don’t configure it correctly.