jkone27 / jkone27/FSharp.Data.Mutator
Use Computation Expression (CE) to alter json object
Open
- 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.