mirror of
https://github.com/Smaug123/WoofWare.Myriad
synced 2025-10-06 12:38:40 +00:00
14 lines
217 B
Forth
14 lines
217 B
Forth
namespace ConsumePlugin
|
|
|
|
[<WoofWare.Myriad.Plugins.JsonParse>]
|
|
type InnerStruct =
|
|
{
|
|
A : int
|
|
}
|
|
|
|
[<WoofWare.Myriad.Plugins.JsonParse>]
|
|
type ArrayOfInnerStruct =
|
|
{
|
|
B : InnerStruct array
|
|
}
|