File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/*! \page roadmap JsonCpp roadmap
2+ \section ms_64bits Adds support for 64 bits integer
3+ There has been many request to add support for 64 bits integer. Use case for this are:
4+ - time is nowdays commonly represented with a 64 bits integer
5+ - 64 bits integer are frequently used as primary key id in many systems
6+
7+ Plans to add support is:
8+ - must be optional, a configuration option since not all platforms provides 64 bits integer types.
9+ - move definition of Int and UInt from forwards.h to config.h, with the required platform magic.
10+ - C++ defines no standard to define 64 bits integer. Rely on msvc extension, and long long type that
11+ is widely supported.
212 \section ms_release Makes JsonCpp ready for release
313 - Build system clean-up:
414 - Fix build on Windows (shared-library build is broken)
1121 - aix/vacpp
1222 - Add JsonCpp version to header as numeric for use in preprocessor test
1323 - Remove buggy experimental hash stuff
14- - Release on sourceforge download
1524 \section ms_strict Adds a strict mode to reader/parser
1625 Strict JSON support as specific in RFC 4627 (http://www.ietf.org/rfc/rfc4627.txt?number=4627).
1726 - Enforce only object or array as root element
You can’t perform that action at this time.
0 commit comments