Skip to content

Commit

Permalink
docu
Browse files Browse the repository at this point in the history
  • Loading branch information
SchlenkR committed Dec 24, 2023
1 parent 1446e38 commit 8bc94cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Overview.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ let name,age =

(**
Use the `?` operator to access JSON properties. The `GetString()`, `GetInt32()` and similar methods are used to convert the JSON values to the desired type. They are defined as extension methods in `System.Text.Json.JsonElement`.
**FSharp.Data and Newtonsoft.Json**
Per default, `System.Text.Json` is used as backend for dealing with JSON responses. If prefer `FSharp.Data` or `Newtonsoft.Json`, you can use the extension packages (see here(TODO)).
Expand Down

0 comments on commit 8bc94cf

Please sign in to comment.