Commit Graph

50 Commits

Author SHA1 Message Date
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
dd416e51f3 Added links 2014-03-03 14:00:00 +01:00
8c2a1fab72 Remplaced char* by char[] 2014-02-27 13:59:06 +01:00
53466a2fb2 Changed the title 2014-01-23 12:59:28 +01:00
f5a1e1d5e0 Added "features" section 2014-01-22 21:50:24 +01:00
1c55c19680 Added "features" section 2014-01-22 21:46:52 +01:00
d3cb228922 Added "Common pitfall" section 2014-01-16 13:31:52 +01:00
4e41eb515b Changed the JsonParser template parameter to be the max number of tokens instead of the number of bytes 2014-01-15 21:50:42 +01:00
0ae9a420bb Added more "Code Size" tables 2014-01-13 23:11:50 +01:00
d3b5ad7dc1 Added "Code Size" section 2014-01-13 22:50:16 +01:00
9796aa5e2f Fixed a few mistakes. 2014-01-13 20:08:33 +01:00
00cf097e5f Fixed a few mistakes. 2014-01-13 19:53:40 +01:00
9f4eb42cd6 Added "How to use" section 2014-01-13 14:11:34 +01:00
3b91a8a218 Added README.md 2014-01-12 23:07:15 +01:00