10

GitHub - Zaid-Ajaj/Fable.SimpleJson.Python: A library for working with JSON in F...

 2 years ago
source link: https://github.com/Zaid-Ajaj/Fable.SimpleJson.Python
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Fable.SimpleJson.Python

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

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK