Press CTRL+C or CMD+C to copy the selected text and close this dialog.
Tweet
0 people like it. Like the snippet!
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13:
namespace Newtonsoft.Json.FSharp open Microsoft.FSharp.Reflection open Newtonsoft.Json open System type TupleConverter() = inherit JsonConverter() override __.CanRead = true override __.CanWrite = true override __.CanConvert(vType) = vType |> FSharpType.IsTuple