commit | 3a1b93be1cb43b52002afbc3de4231ede2a641d5 | [log] [tgz] |
---|---|---|
author | Baptiste Lepilleur <baptiste.lepilleur@gmail.com> | Sun Feb 21 14:08:17 2010 +0000 |
committer | Baptiste Lepilleur <baptiste.lepilleur@gmail.com> | Sun Feb 21 14:08:17 2010 +0000 |
tree | b17f190b5f97e41e80a59a9410cbe52f48697a5f | |
parent | 7a866553bb00feaa38b1a00a037d20a78c92061b [diff] |
- added Int/UInt typedef in Json namespace. Modified Value::Int and Value::UInt to be typedef on those. Modified code to use Json::Int instead of Value::Int. - added Value constructor taking begin/end pointer to initialize the Value with a non-zero terminated string.