❔ Set item to null inside a list
Hey! I am trying to remove some items from a JSON object (created like
var model = new ObjectModel{}). Inside of the object model is a Pages<PagesResource> list, and inside of that is the IconBindings object. I need to be able to set it to null. It’s hard to explain, so here’s the source code (and there is a comment on what I need to do): https://github.com/Pdawg-bytes/webtile-json-serializerGitHub
This simple console program lets you serialize a Microsoft Band WebTile from C# code. - GitHub - Pdawg-bytes/webtile-json-serializer: This simple console program lets you serialize a Microsoft Band...