fast-belgium-1399
04/18/2023, 10:12 PMpublic class Model
{
public string Id {get;set;}
public string Name {get;set;}
public string[] Subnets {get;set;}
}
bored-activity-40468
04/18/2023, 11:11 PMOutput.JsonSerialize
Output.JsonDeserialize<T>
I've started using MyStackOutput model instead of individual properties. There is still a single Output<string> though.