8000 GitHub - Zaid-Ajaj/Fable.SimpleJson.Python: A library for working with JSON in F# Fable projects targeting Python
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Contributors 2

  •  
  •  

Languages

0