Raphael Isemann
|
fa0ee9c927
|
Fixed escaped quotes
|
2015-01-08 22:35:48 +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
|
08456b8ff0
|
minor changes
|
2015-01-06 19:14:03 +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
|
4f0afbbe64
|
added note from http://isocpp.org/blog/2015/01/json-for-modern-cpp
|
2015-01-05 22:25:44 +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 |
|