xyncro / chiron

JSON for F#
https://xyncro.tech/chiron
MIT License
175 stars 41 forks source link

Improve serialization failure reporting #74

Open neoeinstein opened 8 years ago

neoeinstein commented 8 years ago

Prefer JsonResult<'a> as the return type for deserialization.

kolektiv commented 8 years ago

Perhaps also a JsonResult.toOption as well, for when you really don't care why it failed, just that it did.