Home - GroupFourBestGroup/Assessment2 GitHub Wiki
Welcome to the Assessment2 wiki!
Categories
- Bugs - https://github.com/miloyip/rapidjson/issues?q=is%3Aissue+is%3Aopen+label%3Abug
- Enhancements - https://github.com/miloyip/rapidjson/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement
Interesting Issues
Bugs
Short (hopefully simple) issues
- https://github.com/miloyip/rapidjson/issues/849 - Inconsistent reporting of numbers that are too big to be stored in a double
- https://github.com/miloyip/rapidjson/issues/825 - patternProperties & additionalProperties lead to ASSERT
- https://github.com/miloyip/rapidjson/issues/818 - Memory leak when throwing an exception from remote schema provider class
Features
Larger issues with more involved Design/testing
- https://github.com/miloyip/rapidjson/issues/810 - Integrity issue with writing NaNs. (bug vs feature! Investigate?)
- https://github.com/miloyip/rapidjson/issues/671 - More advanced JSON to custom structure examples
- https://github.com/miloyip/rapidjson/issues/43 - Why not add XML support too to replace RapidXML?