JSON: Just Some Outstanding News

Some news regarding JSON serialization and exposing service API as JSON web services...

We have a new JSON serialization tool that we call 'loose serialization'. It automatically serializes any object into JSON string, just with a single call. There are some additional features, like include/exclude hints, annotations, transformers... that developer may use to fine-tune JSON serialization process. Read more.

As you already may know, service methods can be called using HTTP request that returns JSON string. We improved this functionality by making this even more developer friendly. Now developer can control which methods will be visible and may pass method arguments in several convenient ways. Read more.

Blogs