Fleece icon indicating copy to clipboard operation
Fleece copied to clipboard

Add FSharp.Data Tests and Documentation to work with JSonValue

Open jkone27 opened this issue 4 years ago • 1 comments

Would be very useful to have unit tests (i see the project is empty) and/or documentation to work with FSharp.Data.JsonValue lenses

jkone27 avatar Apr 30 '21 06:04 jkone27

The tests that execute are the same as can be found for other implementations, there are some ifdefs in the source: Note the references in fsproj here: https://github.com/fsprojects/Fleece/blob/v0.9.0/test/Tests.FSharpData/Tests.FSharpData.fsproj#L9-L10

The ifdefs are here: https://github.com/fsprojects/Fleece/blob/v0.9.0/test/Tests/Lenses.fs#L10-L15

Having additional tests and documentation would be neat though 😃

wallymathieu avatar Apr 30 '21 06:04 wallymathieu