| Commit | Date | |
|---|---|---|
|
[r154]
by
blep
Added float Json::Value::asFloat() to obtain a floating point value as a float (avoid lost of precision warning caused by used of asDouble() to initialize a float). |
2010-12-24 19:30:06 | Tree |
|
[r153]
by
blep
- Array index can be passed as int to operator[], allowing use of literal: |
2010-12-24 12:47:14 | Tree |
| 2010-04-27 16:38:30 | Tree | |
| 2010-04-27 16:37:50 | Tree | |
|
[r150]
by
blep
JsonCpp is now licensed under MIT license, or public domain if desired and recognized in your jurisdiction. |
2010-04-20 21:35:19 | Tree |
|
[r149]
by
blep
- Moved definition of Json::Int and Json::UInt to config.h which compiler detection logic to define them to 64 bits integer if JSON_NO_INT64 is not defined. |
2010-04-19 07:37:41 | Tree |
| 2010-04-14 13:17:26 | Tree | |
| 2010-03-23 00:10:35 | Tree | |
|
[r146]
by
blep
Removed experimental ValueAllocator, it caused static initialization/destruction order issues (bug #2934500). The DefaultValueAllocator has been inlined in code. |
2010-03-13 13:10:27 | Tree |
| 2010-03-13 12:24:38 | Tree |