jkone27 / jkone27/FSharp.Data.Mutator

Use Computation Expression (CE) to alter json object

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
F#
Stars
19
Forks
0
PR merge metrics
No merged PRs in 30d

Description

instead of the functional approach, we could use a builder approach to alter the json object, using CE, to make it look a bit like records with copy mutation?

```fsharp
let finalJson = json { originalJson with Property = "Hello" }

```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.