|
db9a76f7c6
|
Fixed an access violation in DynamicJsonBuffer when memory allocation fails (issue #433)
|
2017-01-31 10:06:40 +01:00 |
|
|
22a2786610
|
Added Christoph Schmidt to the list of donators
|
2017-01-24 21:21:05 +01:00 |
|
|
55669e306e
|
Added support for Stream (issue #300)
|
2017-01-03 22:03:50 +01:00 |
|
|
6cfe2a58eb
|
Added Doanh Luong to the list of donators
|
2016-11-25 18:41:33 +01:00 |
|
|
542dff2a08
|
Added Andrew Melvin to the list of donators
|
2016-11-15 21:48:40 +01:00 |
|
|
7ad57f1c33
|
Added Yoeri Kroon to the list of donators
|
2016-10-27 15:19:13 +02:00 |
|
|
05ea5e04c8
|
Added Darlington Adibe to the list of donators
|
2016-08-25 11:40:31 +02:00 |
|
|
10fcca20f8
|
Added missing #pragma once (issue #310)
|
2016-06-23 21:27:24 +02:00 |
|
|
7fecb36aee
|
Added Kestutis Liaugminas to the list of donators
|
2016-06-03 20:16:47 +02:00 |
|
|
657a2ea8d9
|
Added Jon Williams to the list of donators
|
2016-05-23 11:02:19 +02:00 |
|
|
bbd515f6f6
|
Added Nick Koumaris to the list of donators
|
2016-05-22 14:58:48 +02:00 |
|
|
eab13dc565
|
Added Martijn van den Burg to the list of donators
|
2016-05-16 20:35:26 +02:00 |
|
|
36d1bb2f52
|
Added Charles-Henri Hallard to the list of donator
|
2016-05-08 20:59:59 +02:00 |
|
|
11500d2ff5
|
Fixed strange Markdown rendering in README
|
2016-04-05 10:27:50 +02:00 |
|
|
ba6e8856f2
|
Added Tweet from @hemalchevli
|
2016-04-04 22:23:51 +02:00 |
|
|
c8448b0abf
|
Added Gustavo Donizeti Gini to the list of donators
|
2016-02-29 09:27:52 +01:00 |
|
|
6ab23bd523
|
Added RedBearLab BLE Nano to the list of supported platforms
|
2016-02-17 10:24:37 +01:00 |
|
|
0cfc25d751
|
Added Johann Stieger to the list of donators
|
2016-01-07 22:40:12 +01:00 |
|
|
ab2502f7b8
|
Fix misspelled PlatformIO
|
2015-12-23 14:42:22 +01:00 |
|
|
bd0ea42277
|
Added a badge with the number of stars
|
2015-11-25 21:22:49 +01:00 |
|
|
6d68806633
|
Added donators list
|
2015-11-09 22:55:29 +01:00 |
|
|
c0cf9c3fcc
|
Use float instead of double to reduce the size of JsonVariant (issue #134)
|
2015-10-30 23:03:16 +01:00 |
|
|
9f3ce18f06
|
Add overload JsonObjectSuscript::set(value, decimals) (issue #143)
|
2015-10-30 22:29:47 +01:00 |
|
|
929f608f2f
|
Added list of supported platforms
|
2015-09-29 21:49:19 +02:00 |
|
|
ffbaebd198
|
Added testimonials from Reddit users erm_what_ and makerhacks
|
2015-09-06 22:11:53 +02:00 |
|
|
a1943e21ed
|
Fixed compilation on Visual Studio 2010 and 2012 (issue #107)
|
2015-08-27 21:47:49 +02:00 |
|
|
18bb653f10
|
fix typo
|
2015-08-24 18:10:10 +02:00 |
|
|
0a1c27f873
|
Updated copyright year
|
2015-08-20 15:24:35 +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 |
|
|
160ce092ff
|
Added code coverage badge
|
2014-11-30 15:11:19 +01:00 |
|
|
092660db52
|
Moved documentation to the wiki
|
2014-11-29 16:59:22 +01:00 |
|
|
348357eb04
|
Merge branch '4.0'
Conflicts:
JsonGenerator.cpp
JsonGenerator.h
JsonGenerator/EscapedString.cpp
JsonGenerator/EscapedString.h
JsonGenerator/IndentedPrint.cpp
JsonGenerator/IndentedPrint.h
JsonGenerator/JsonArray.h
JsonGenerator/JsonArrayBase.cpp
JsonGenerator/JsonArrayBase.h
JsonGenerator/JsonObject.h
JsonGenerator/JsonObjectBase.cpp
JsonGenerator/JsonObjectBase.h
JsonGenerator/JsonPrettyPrint.cpp
JsonGenerator/JsonPrettyPrint.h
JsonGenerator/JsonPrintable.cpp
JsonGenerator/JsonPrintable.h
JsonGenerator/JsonValue.cpp
JsonGenerator/JsonValue.h
JsonGenerator/Print.cpp
JsonGenerator/Print.h
JsonGenerator/Printable.h
JsonGenerator/StringBuilder.cpp
JsonGenerator/StringBuilder.h
JsonGeneratorTests/EscapedStringTests.cpp
JsonGeneratorTests/Issue10.cpp
JsonGeneratorTests/JsonArrayTests.cpp
JsonGeneratorTests/JsonObject_Indexer_Tests.cpp
JsonGeneratorTests/JsonObject_PrintTo_Tests.cpp
JsonGeneratorTests/JsonValue_Cast_Tests.cpp
JsonGeneratorTests/JsonValue_PrintTo_Tests.cpp
JsonGeneratorTests/PrettyPrint_Array_Tests.cpp
JsonGeneratorTests/PrettyPrint_Object_Tests.cpp
JsonGeneratorTests/PrettyPrint_String_Tests.cpp
JsonGeneratorTests/StringBuilderTests.cpp
JsonParser.cpp
JsonParser.h
JsonParser/JsonArray.cpp
JsonParser/JsonArray.h
JsonParser/JsonArrayIterator.h
JsonParser/JsonObject.cpp
JsonParser/JsonObject.h
JsonParser/JsonObjectIterator.h
JsonParser/JsonPair.h
JsonParser/JsonParser.h
JsonParser/JsonParserBase.cpp
JsonParser/JsonParserBase.h
JsonParser/JsonToken.cpp
JsonParser/JsonToken.h
JsonParser/JsonValue.cpp
JsonParser/JsonValue.h
JsonParser/README.md
JsonParserTests/GbathreeBug.cpp
JsonParserTests/JsonArrayIteratorTests.cpp
JsonParserTests/JsonArrayTests.cpp
JsonParserTests/JsonObjectIteratorTests.cpp
JsonParserTests/JsonObjectTests.cpp
JsonParserTests/JsonStringTests.cpp
JsonParserTests/TestHashGenerator.cpp
README.md
library.json
|
2014-11-29 14:30:23 +01:00 |
|
|
33654a480b
|
Added Build Status badge
|
2014-11-15 15:22:37 +01:00 |
|
|
06909c451f
|
Added donation link
|
2014-11-11 17:50:40 +01:00 |
|
|
b7d8b45e5a
|
Synchronized with master
|
2014-11-11 17:35:20 +01:00 |
|
|
0c9451fd5f
|
Updated for v4.0
|
2014-11-11 14:26:57 +01:00 |
|
|
84e34d2a27
|
Added content of issue #26 in the testimonials
|
2014-10-03 10:06:52 +02:00 |
|
|
49d2b4b2a2
|
Updated code size
|
2014-09-09 21:25:25 +02:00 |
|
|
8e5ea91f8d
|
Updated README
|
2014-08-03 13:48:22 +02:00 |
|
|
4a8b7d0cb4
|
Updated code size
|
2014-08-03 13:23:40 +02:00 |
|
|
68a2ca905e
|
Updated README.md
|
2014-07-23 20:18:59 +02:00 |
|
|
c06f42659a
|
Updated README.md
|
2014-07-19 16:05:42 +02:00 |
|
|
339de21f1c
|
Updated code size
|
2014-07-09 19:48:55 +02:00 |
|
|
6d3b70f4a3
|
Updated encoder size
|
2014-07-07 20:04:25 +02:00 |
|
|
935cb068ab
|
Updated README.md
|
2014-07-05 16:09:37 +02:00 |
|
|
0efe8bc74a
|
Added encoder sizes
|
2014-07-05 12:53:34 +02:00 |
|
|
65d03c9001
|
Fixed table
|
2014-07-04 19:15:19 +02:00 |
|
|
df2e640b16
|
Added README.md
|
2014-07-04 19:11:04 +02:00 |
|
|
3d8b31b1ec
|
Moved all JsonParser code in a sub-folder.
|
2014-06-24 13:14:07 +02:00 |
|