FSharp.Data.GraphQL


Serialization

Namespace: FSharp.Data.GraphQL.Client

The MIT License (MIT) Copyright (c) 2016 Bazinga Technologies Inc

Functions and values

Function or valueDescription
fromJson json
Signature: json:string -> 't
Type parameters: 't

Deserializes provided JSON string to object of given type.

toJson o
Signature: o:'t -> string
Type parameters: 't

Serializes provided object to JSON format.

Fork me on GitHub