- Notifications
You must be signed in to change notification settings - Fork30
Open
Labels
Description
I have types that must target multiple versions of a target JSON format, and I am wondering if I can use Fleece without being forced to drop down to usingcombinators to manually wire things together.
Lets say I have the following:
typeName= NameofParts:stringlistmemberToJson(options:MorphirJsonFormatOptions)= failwith"TODO: encode using options"andMorphirJsonFormatOptions=| ClassicofVersion:int| NextGenofNextGenVersionOptionsandNextGenVersionOptions={Version:Version; NameEncodingMode:NameEncodingMode}andVersion= VersionofMajor:int*Minor:int*Patch:intandNameEncodingMode=| ArrayStyle| SnakeCasedSymbol
Are there any recommendations how I can still benefit from the SRTP resolution?