|
c0cf9c3fcc
|
Use float instead of double to reduce the size of JsonVariant (issue #134)
|
2015-10-30 23:03:16 +01:00 |
|
|
39c506b419
|
Reduced generator size. Fixed Visual Studio warnings
|
2015-08-19 16:08:19 +02:00 |
|
|
ef2641b49b
|
Store parsed token as string and allow conversion between various types (issues #64, #69, #90, #93)
|
2015-08-10 17:22:22 +02:00 |
|
|
756c279cdc
|
Redesigned JsonVariant to leverage converting constructors instead of assignment operators
|
2015-05-23 15:32:50 +02:00 |
|
|
81285f49fe
|
Fixed issue #68
|
2015-04-27 15:57:40 +02:00 |
|
|
5e5f060fc0
|
Updated copyright for 2015
|
2015-02-07 16:05:48 +01:00 |
|
|
33f6376122
|
Fixed is<T>()
|
2014-11-11 17:26:13 +01:00 |
|
|
2beb87136b
|
Fixed writeTo() of invalid and undefined value
|
2014-11-11 17:15:53 +01:00 |
|
|
f6133f2d36
|
Reduced size by 300 bytes by reusing the JsonPrettyPrint from v3
|
2014-11-08 19:40:07 +01:00 |
|
|
5a56ec0636
|
Renamed writeInteger to writeLong to be more consistent
|
2014-11-07 13:27:42 +01:00 |
|
|
8c4c3d8fda
|
Fixed warning with GCC
|
2014-11-07 11:59:07 +01:00 |
|
|
e5669577df
|
Added JsonVariant::operator[](const char*)
|
2014-11-04 10:30:45 +01:00 |
|
|
97768ec176
|
Added JsonVariant::operator[](int)
|
2014-11-04 10:22:13 +01:00 |
|
|
e25eaed75a
|
Cleaned #includes
|
2014-11-04 10:01:21 +01:00 |
|
|
09f6d059a7
|
Renamed JsonValue to JsonVariant
|
2014-11-04 09:51:25 +01:00 |
|