|
ff4060f5d1
|
Added a test that adds a string value in a hash
|
2014-06-27 13:07:38 +02:00 |
|
|
ebb257df6e
|
Added a test of an empty hashtable
|
2014-06-27 13:00:27 +02:00 |
|
|
48a91a219c
|
Moved writeTo to JsonObjectBase
|
2014-06-26 13:39:05 +02:00 |
|
|
e75e3b6527
|
Delete empty file
|
2014-06-26 13:30:18 +02:00 |
|
|
63ae9ef096
|
Moved floating point formatting to StringBuilder
|
2014-06-26 13:28:42 +02:00 |
|
|
33508e3fe0
|
Minor simplifications
|
2014-06-26 13:18:28 +02:00 |
|
|
1c4d4bfd2d
|
Added a test with a NULL string
|
2014-06-26 13:16:22 +02:00 |
|
|
18587d132b
|
Added a test with a NULL string
|
2014-06-26 13:14:09 +02:00 |
|
|
d12e25bd8a
|
Added a test with special chars
|
2014-06-26 13:10:52 +02:00 |
|
|
25118ad8c0
|
Added a test class for StringBuilder.appendEscaped()
|
2014-06-26 13:05:49 +02:00 |
|
|
7ab728e996
|
Added a test that appends a string longer that the capacity of the builder
|
2014-06-26 13:00:14 +02:00 |
|
|
ca99749f28
|
Added a test that appends 2 string
|
2014-06-26 12:56:30 +02:00 |
|
|
55487ad668
|
Added a test that appends special chars
|
2014-06-26 12:55:40 +02:00 |
|
|
6ea9574330
|
Added a test that append a normal string
|
2014-06-26 12:53:58 +02:00 |
|
|
1e44f5522e
|
Added a test that appends an empty string
|
2014-06-26 12:52:56 +02:00 |
|
|
786fe994aa
|
Added a test class for StringBuilder
|
2014-06-26 12:50:48 +02:00 |
|
|
6b61617133
|
Added a test that adds a string with a backslash in it
|
2014-06-25 13:55:18 +02:00 |
|
|
45dfdbd5e4
|
Added method appendFormatted()
|
2014-06-25 13:50:28 +02:00 |
|
|
dd6fd6f198
|
Added a tests of a string with a double quote in it
|
2014-06-25 13:47:28 +02:00 |
|
|
ca53abdc41
|
Moved implementation to the .cpp file
|
2014-06-25 13:34:47 +02:00 |
|
|
5e4c4a4bdc
|
Renamed the inner types
|
2014-06-25 13:33:19 +02:00 |
|
|
aa6cf308db
|
Added a test that adds a nested array to an array
|
2014-06-25 13:31:05 +02:00 |
|
|
b8df795cb5
|
Added a test that adds a empty nested array in an array
|
2014-06-25 13:28:56 +02:00 |
|
|
4c387e9062
|
Extracted base class JsonObjectBase
|
2014-06-25 13:23:08 +02:00 |
|
|
d57234e92c
|
JsonArray: extracted methods addItem
|
2014-06-25 13:14:10 +02:00 |
|
|
6f247a5080
|
Extracted class StringBuilder
|
2014-06-25 13:02:39 +02:00 |
|
|
d306422ed9
|
Replace single quotes by double quotes
|
2014-06-24 21:28:02 +02:00 |
|
|
2a20c5a25c
|
Added a tests that adds a 'null' to an array
|
2014-06-24 21:24:38 +02:00 |
|
|
1118dd7b53
|
Added a test that adds a boolean to a full array
|
2014-06-24 21:19:05 +02:00 |
|
|
3d4f0f741d
|
Added a test that adds two booleans to an array
|
2014-06-24 21:18:12 +02:00 |
|
|
77a3e1737d
|
Added a test that adds a 'false' to an array
|
2014-06-24 21:17:12 +02:00 |
|
|
a27bb3097a
|
Generator: added a tests that adds a 'true' to an array
|
2014-06-24 21:15:07 +02:00 |
|
|
5c119099f3
|
Generator: added a test of an array with too many numbers
|
2014-06-24 21:09:25 +02:00 |
|
|
bb705bab63
|
Generator: added a test with two numbers in an array
|
2014-06-24 21:07:17 +02:00 |
|
|
22ca52326c
|
Generator: added a test of a float in an array
|
2014-06-24 13:53:30 +02:00 |
|
|
aa8cff7101
|
Generator: added a test of a full array
|
2014-06-24 13:38:48 +02:00 |
|
|
df25a21050
|
Generator: added a test of an array with 2 strings
|
2014-06-24 13:36:40 +02:00 |
|
|
f18f554c2f
|
Generator: added a test of one string in an array
|
2014-06-24 13:34:55 +02:00 |
|
|
c8c1add4ab
|
Generator: added empty array test
|
2014-06-24 13:19:23 +02:00 |
|
|
3d8b31b1ec
|
Moved all JsonParser code in a sub-folder.
|
2014-06-24 13:14:07 +02:00 |
|
|
80e0a51c15
|
Updated change log
v1.2
|
2014-03-03 14:03:32 +01:00 |
|
|
dd416e51f3
|
Added links
|
2014-03-03 14:00:00 +01:00 |
|
|
7059e35938
|
Fixed char[] json in the example
|
2014-03-01 12:59:45 +01:00 |
|
|
17d1f5cd2f
|
Updated the change log
v1.1
|
2014-02-27 19:51:24 +01:00 |
|
|
8c2a1fab72
|
Remplaced char* by char[]
|
2014-02-27 13:59:06 +01:00 |
|
|
c844db8659
|
Added change log
|
2014-02-27 13:54:34 +01:00 |
|
|
3661f801a5
|
Refactored getNestedTokenCount()
|
2014-02-27 13:32:50 +01:00 |
|
|
a35d503a02
|
Fixed the bug in getNestedTokenCount()
|
2014-02-27 13:30:03 +01:00 |
|
|
2ed6317135
|
Added more test on arrays
|
2014-02-27 13:20:49 +01:00 |
|
|
a278cd825f
|
Added unit tests for invalid arrays
|
2014-02-27 13:12:52 +01:00 |
|