NancyFx / Nancy.Serialization.JsonNet

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

Reset the bodyStream position before reading #38

Closed vbfox closed 8 years ago

vbfox commented 8 years ago

This reproduce what the BodyDeserializers included with Nancy already do and solve the problem when using Bind<> twice.

Fixes #22

jchannon commented 8 years ago

Thanks 👍