Niels
|
33f5236687
|
added missing header
|
2015-01-09 17:40:14 +01:00 |
|
Kirk Shoop
|
3486a5d9bb
|
add the std iterator typedefs to iterator and const_iterator
|
2015-01-09 07:33:57 -08:00 |
|
Niels
|
4647401030
|
fixed #15
|
2015-01-06 22:05:32 +01:00 |
|
Niels
|
bd9f49efb9
|
implemented pretty printing (issue #13)
- to_string() method is now called dump()
- syntax borrowed from Python’s json.dumps()
|
2015-01-06 21:44:07 +01:00 |
|
Niels
|
a53c878c81
|
moved class into "nlohmann" namespace
- fixed issue #9
- also removed std::mutex member variable
- also added “std::” prefix to size_t variables
|
2015-01-06 18:41:24 +01:00 |
|
Niels
|
a9669a410d
|
removed "noexpect" from all functions that use new
|
2015-01-04 23:18:24 +01:00 |
|
Niels
|
540cda6118
|
used _-suffix for member variables
|
2015-01-04 23:09:30 +01:00 |
|
Niels
|
3bef1a5097
|
renamed "toString()" to "to_string()"
|
2015-01-04 20:50:28 +01:00 |
|
Niels
|
f63ff7727e
|
renamed class from "JSON" to "son"
|
2015-01-04 20:43:25 +01:00 |
|