mirror of
https://github.com/Smaug123/WoofWare.Myriad
synced 2025-10-07 04:58:41 +00:00
Parse numbers from strings, implement general recursion (#12)
This commit is contained in:
@@ -25,4 +25,6 @@ type JsonRecordType =
|
||||
[<System.Text.Json.Serialization.JsonPropertyName "hi">]
|
||||
C : int list
|
||||
D : InnerType
|
||||
E : string array
|
||||
F : int[]
|
||||
}
|
||||
|
Reference in New Issue
Block a user