- Published
- Friday, April 26, 2013
- Category
- Release Notes
- Author
- lbv
Version v0.7.0 of LitJSON has been released.
General changes and improvements:
Simplified the building mechanism. Dropped the entire autotools infrastructure, and instead added a single Makefile to compile the project and run the tests with GNU make.
Added
SkipNonMembersproperty toJsonReader. When active, it allows to parse JSON data usingJsonMapper.ToObject<T>and ignore any properties not available in the typeT. Its default value istrue.Started moving the documentation into Markdown format.
Added a new section to the QuickStart Guide, regarding customisation of the library's behaviour.
Bug fixes:
Convert
nullproperties properly inJsonData.ToJson.Read nested arrays in
JsonMapper.ToObjectandJsonMapper.ToObject<T>correctly.
Contributors for this release:
- whoo24
- Christopher Dummy
