NancyFx / Nancy.Serialization.JsonNet

NewtonSoft.Json serializer for Nancy
MIT License
39 stars 32 forks source link

Add tests and implementation for model binding collection #5

Closed codeprogression closed 11 years ago

codeprogression commented 11 years ago

Previously unable to bind to a collection. Would serialize correctly with JsonNetSerializer, but the JsonNetBodyDeserializer would create an empty collection.

codeprogression commented 11 years ago

@grumpydev @thecodejunkie Any possibility that this would make it into 0.15 ?

grumpydev commented 11 years ago

Yes :)