Skip to content
This repository has been archived by the owner on Mar 28, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 992 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 992 Bytes

fs-json.net


A library of tools to help F# and JSON.NET play nicely together

Thus far, fs-json.net contains three type converters:

  • TupleConverter ... can serialize/deserialize tuple values of any arity

  • UnionConverter<'t> ... can serialize/deserialize any values of the discriminated union given for 't

  • OptionConverter ... can serialize/deserialize option type instances

A complete example can be found in Scratch.fsx, located along-side the source files

More information about JSON.NET can be found at: http://json.codeplex.com

fs-json.net is distributed under the Apache License


Copyright © Paulmichael Blasucci. All rights reserved.