Use FSharpLu.Json for API serialization #24
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Newtonsoft.Json (AKA JSON.NET) handles
Options by puttingSomeorNonein aCaseproperty, and the value in theFieldsproperty. FSharpLu.Json rendersnullforNonecases, and the actual value for theSomecases, making for a much more compact format that still ends up with the equivalent value in JavaScript.Change the API to use FSharpLu.Json for serialization, and update the Vue code to no longer look for the
CaseandFieldsproperties.Fixed; part of v1.1 release