Skip to content

Commit

Permalink
JsonProvider.fsx testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorium committed Mar 13, 2024
1 parent cccf450 commit 2d1a3c0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/library/JsonProvider.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ If the loaded file does not match the structure of the sample, a runtime error m
</div>
</div>
The type provider is located in the `FSharp.Data.dll` assembly and namespace: *)
The type provider is located in the `FSharp.Data.dll` assembly and namespace:
*)

open FSharp.Data

Expand Down Expand Up @@ -270,9 +271,6 @@ inline schemas types are merged with other inferred types with the same preceden
Since values-inferred types never have units, inline-schemas-inferred types will lose their
unit if the sample contains other values...
*)

(**
## Loading WorldBank data
Expand Down

0 comments on commit 2d1a3c0

Please sign in to comment.