Search posts, tags, users, and pages
Markus Meyer
Technical Advisor @ PlanB. GmbH
Transforming data from JSON to XML and XML to JSON with C# Table of Contents 1 Objective2 Data Transfer Object (DTO) and data samples3 Root node / root property 3.1 Add root property to JSON 3.2 Remove root property from JSON4 Transformation ...
Marcio Ordoñez
dev
Not working with Lists.
I updated the repository with a List:
[XmlElement("children")] public List<Child> Children { get; set; }
It's working for JSON and XML
Marcio Ordoñez
dev
Not working with Lists.