FSharp.Data
Represents a CSV file. The lines are read on demand from reader.
Columns are delimited by one of the chars passed by separators (defaults to just ,), and
to escape the separator chars, the quote character will be used (defaults to ").
If hasHeaders is true (the default), the first line read by reader will not be considered part of data.
If ignoreErrors is true (the default is false), rows with a different number of columns from the header row
(or the first row if headers are not present) will be ignored.
The first skipRows lines will be skipped.
Utilities for working with network via HTTP. Includes methods for downloading resources with specified headers, query parameters and HTTP body
This is the public inference mode enum used when initializing a type provider, with backward compatibility.
Extension methods that can be used to work with JsonValue in a less safe, but more convenient way. This module also provides the dynamic operator.
Represents a JSON value. Large numbers that do not fit in the Decimal type are represented using the Float case, while smaller numbers are represented as decimals to avoid precision loss.
Typed representation of WorldBank data with additional configuration parameters. See https://www.worldbank.org for terms and conditions.