nikitalita
|
315ffff9e7
|
Fix any , embedded object , array , and struct serialization (#94)
* add embedded object serialization tests (failing)
* Add empty object tests (failing)
* test for deserializing null field object (failing)
* Fix embedded object deserialization
* Fix serializing empty objects on nlohmann
* Fix nullptr_t handling in `any`
* Add test for de/serializing struct embedded in `object`
* Remove extraneous `get()` from `any`
* fix compiler errors and warnings on gcc
* add `any = dap::null` assignment test
* Remove extraneous template
|
2023-02-16 23:09:45 +00:00 |
|