|
b6d8e6c989
|
Updated copyright year from 2015 to 2016
|
2016-01-07 22:39:57 +01: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 |
|
|
c161f698fc
|
Implicitly duplicate String in the JsonBuffer (issue #84, #87)
|
2015-07-25 15:38:12 +02:00 |
|
|
1b5be892b9
|
Added support of String class (issue #55, #56, #70, #77)
|
2015-05-25 15:38:58 +02:00 |
|
|
756c279cdc
|
Redesigned JsonVariant to leverage converting constructors instead of assignment operators
|
2015-05-23 15:32:50 +02:00 |
|
|
5e5f060fc0
|
Updated copyright for 2015
|
2015-02-07 16:05:48 +01:00 |
|
|
8db338ba14
|
Removed global new operator overload (issue #40, #45 and #46)
|
2015-02-01 20:59:31 +01:00 |
|
|
3919f07890
|
Reduced size by 22 bytes by removing writeEmptyArray() and writeEmptyObject()
|
2014-11-09 13:54:03 +01:00 |
|
|
12e374d0da
|
Reduced size by 2 bytes
|
2014-11-08 21:37:02 +01:00 |
|
|
36ee4876c6
|
Reduced sze by 26 bytes by inlining getOrCreateNodeAt()
|
2014-11-08 21:32:30 +01:00 |
|
|
f6133f2d36
|
Reduced size by 300 bytes by reusing the JsonPrettyPrint from v3
|
2014-11-08 19:40:07 +01:00 |
|
|
a9f4f611d4
|
Extracting a common base class for JsonArray and JsonObject...
|
2014-11-05 11:53:08 +01:00 |
|
|
0fb4fa8f86
|
Extracting a common base class for JsonArray and JsonObject...
|
2014-11-05 11:43:59 +01:00 |
|
|
7d73e63c78
|
Extracting a common base class for JsonArray and JsonObject...
|
2014-11-05 11:38:36 +01:00 |
|
|
768312e870
|
Merged JsonArrayNode and JsonObjectNode into a single template
|
2014-11-05 11:09:48 +01:00 |
|
|
5d0e326bfd
|
Removed JsonPair constructor
|
2014-11-05 09:31:29 +01:00 |
|
|
bafec6f1a3
|
Unified JsonArrayNode and JsonObjectNode
|
2014-11-05 09:24:15 +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 |
|
|
d9cc259df3
|
Added declaration for placement new because it was not available in Arduino
|
2014-11-03 21:29:19 +01:00 |
|
|
43ad37e7ce
|
Now use relative paths in for #include
|
2014-11-03 18:35:22 +01:00 |
|
|
429d5011b4
|
Made it possible to use const JsonObject&
|
2014-11-03 14:33:33 +01:00 |
|
|
54f9bd9572
|
Simplified JsonWriter hierarchy
|
2014-11-03 12:58:52 +01:00 |
|
|
f26f4263ea
|
Removing virtual methods...
|
2014-11-03 12:32:47 +01:00 |
|
|
889f059758
|
All tests passed!
|
2014-10-30 21:51:59 +01:00 |
|
|
4c204840e9
|
Huge refactoring in progress...
|
2014-10-30 14:03:33 +01:00 |
|
|
ba2b142c8a
|
Huge refactoring in progress...
|
2014-10-29 14:24:34 +01:00 |
|
|
852256c1af
|
Epic refactoring int progress...
|
2014-10-27 22:50:50 +01:00 |
|
|
8988cb4761
|
Epic refactoring in progress...
|
2014-10-27 14:03:44 +01:00 |
|
|
e748ce32bc
|
Removed all friends of JsonValue
|
2014-10-25 15:55:58 +02:00 |
|
|
582216e004
|
Merged JsonArrayIterator and JsonObjectIterator into a one template class
|
2014-10-24 18:53:03 +02:00 |
|
|
1f6cd8e56e
|
Removed usages of JsonNodeIterator
|
2014-10-24 18:31:50 +02:00 |
|
|
55b0eab3e6
|
Added newline at ed of file
|
2014-10-23 23:45:36 +02:00 |
|
|
e85f27c0f3
|
Added file headers with copyrights
|
2014-10-23 23:39:22 +02:00 |
|
|
b43da1e421
|
Switched to Google coding style to match cpplint expectations
|
2014-10-23 23:13:13 +02:00 |
|
|
9175046f35
|
Formated code with clang-format
|
2014-10-23 19:54:00 +02:00 |
|
|
40ac60b941
|
Added JsonObjectIterator
|
2014-10-22 21:56:38 +02:00 |
|
|
0daf82eee2
|
Renamed all .h files into .hpp (so that Sublime Text selects C++ syntax)
|
2014-10-19 15:46:36 +02:00 |
|
|
074c39ca5b
|
Fixed namespaces
|
2014-10-18 23:05:54 +02:00 |
|
|
fc4faacfec
|
Renamed EscapedString into QuotedString
|
2014-10-18 22:04:13 +02:00 |
|
|
58d2c4a62f
|
Renamed srcs/ into src/
|
2014-10-16 16:25:42 +02:00 |
|