Use FSharpLu.Json for API serialization #24
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: bit-badger/myPrayerJournal#24
Loading…
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
Option
s by puttingSome
orNone
in aCase
property, and the value in theFields
property. FSharpLu.Json rendersnull
forNone
cases, and the actual value for theSome
cases, 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
Case
andFields
properties.Fixed; part of v1.1 release