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

pblasucci/fs-json.net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages