Skip to content

Instantly share code, notes, and snippets.

View NatElkins's full-sized avatar

Nat Elkins NatElkins

View GitHub Profile
@NatElkins
NatElkins / JsonValueCodecSyntax.fs
Created May 21, 2018 23:18 — forked from eulerfx/JsonValueCodecSyntax.fs
F# FSharp.Data.JsonValue codec syntax
/// port of https://github.com/mausch/Fleece
type ToJsonClass = ToJsonClass
type FromJsonClass = FromJsonClass
type ParseResult<'a> = Choice<'a, string>
module ParseResult =