Using Json.NET for text and binary Json payloads with WCF WebApi
Posted by: eXtensible mind,
on 19 May 2011 |
View original | Bookmarked: 0 time(s)
There is an aging post by Christian on how to use the awesome Json.NET library as a default serializer for the new WCF Web Api. Rather than having two media type formatters (in the latest bits lingo), I wanted to have a single one and have it pick the flavor of Json/Bson on the fly [...]...