FSharp.Data.GraphQL icon indicating copy to clipboard operation
FSharp.Data.GraphQL copied to clipboard

Use System.Text.Json instead of custom parser and parse from stream instead of string

Open xperiandri opened this issue 5 years ago • 0 comments

Description

Getting a response into a string and then parsing it is not the most efficient way of decoding a response. I think that it would be better to use System.Text.Json as an engine for JsonParser

Related information

  • FSharp.Data.GraphQL.Client 1.0.5

xperiandri avatar Apr 03 '20 20:04 xperiandri