I haven't come across ServiceStack.Text. It is pretty simple to create your own format handler, just look at the Json.Net one that comes built in. You can then register your handlers at start up. If you want to write this up in a blog post, I'll link to it from the Documentation page.
↧