I'm so happy to see Json.NET being baked into Web API, however, I still have to write my own custom MediaTypeFormatter to support Bson. Json.NET supports this very easily using the same JsonSerializer.
Bson uses the same JsonSerializer / JsonSerializerSettings. BsonReader and BsonWriter inherit from JsonReader, JsonWriter respectively.
Please consider adding support for this. Thanks!
See discussion: http://aspnetwebstack.codeplex.com/discussions/359698
Comments: And MessagePack support too: http://www.strathweb.com/2012/09/boost-up-your-asp-net-web-api-with-messagepack/
Bson uses the same JsonSerializer / JsonSerializerSettings. BsonReader and BsonWriter inherit from JsonReader, JsonWriter respectively.
Please consider adding support for this. Thanks!
See discussion: http://aspnetwebstack.codeplex.com/discussions/359698
Comments: And MessagePack support too: http://www.strathweb.com/2012/09/boost-up-your-asp-net-web-api-with-messagepack/