A simple exercise in F# to get json, decode it and then create a CSV file.
-
dotnet tool restore -
dotnet paket install -
dotnet build src/src.fsproj -
dotnet run --project src/src.fsproj
-
dotnet tool restore -
dotnet paket install -
dotnet build test/test.fsproj -
dotnet run --project test/test.fsproj