SkillAgentSearch skills...

Fable.SimpleJson.Python

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

Install / Use

/learn @Zaid-Ajaj/Fable.SimpleJson.Python
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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
View on GitHub
GitHub Stars7
CategoryDevelopment
Updated4y ago
Forks1

Languages

F#

Security Score

55/100

Audited on Feb 11, 2022

No findings