Olaf Hoffmann
Results
2
issues of
Olaf Hoffmann
The anchors in the file [ApiReference.md](../tree/wiki/ApiReference.md) on branch wiki were broken. Apparently because they previously linked to markdown files which are not present anymore. The file extension has been removed,...
TL;DR: I want to build a library to deserialize JSON like this: ```json [ { "cmsType": "person", "firstName": "John", "lastName": "Doe" }, { "cmsType": "product", "name": "Some product", "price": 100...
question