Skip to content

A library for working with JSON in F# Fable projects targeting Python

Notifications You must be signed in to change notification settings

Zaid-Ajaj/Fable.SimpleJson.Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fable.SimpleJson.Python Nuget

A library for working with JSON in F# Fable projects targeting Python

Install from nuget

dotnet add package Fable.SimpleJson.Python

Use it in your project

open Fable.SimpleJson.Python

type Fruit = { name: string }

let fruitJson = Json.serialize { name = "Orange" }

let parsedFruit = Json.parseNativeAs<Fruit> fruitJson

Build tasks in the repository

cd build
dotnet run -- clean
dotnet run -- test
dotnet run -- publish

About

A library for working with JSON in F# Fable projects targeting Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages