ZeroFormatter icon indicating copy to clipboard operation
ZeroFormatter copied to clipboard

Support array of Objects

Open thyn opened this issue 5 years ago • 0 comments

Is it possible to support array of objects? For example I need to serialize an array like [1,"dfdfdf","2019-12-03T00:00:00"] It's like object but properties depends on format version. So I have object like

{ Int Version ; String Date; DateTime CreatedOn; }

On other side I know that version 1 Contains fields Date, Createdon and I can use them. Is it possible?

thyn avatar Jan 21 '20 18:01 thyn