Benoit Blanchon b77b203935 Extracted VariantData and CollectionData classes 7 лет назад
..
CMakeLists.txt 04e8acd844 Store offset between slots to reduce memory usage 7 лет назад
add.cpp f375459d53 JsonArray::remove() and JsonObject::remove() now release the memory of strings 7 лет назад
copyFrom.cpp b106b1ed14 Copy JsonArray and JsonObject, instead of storing pointers (fixes #780) 7 лет назад
copyTo.cpp b105e6f7c4 Return `JsonArray` and `JsonObject` by value (closes #309) 7 лет назад
createNested.cpp 87fa87d87b Renamed function `RawJson()` to `serialized()` 7 лет назад
equals.cpp b77b203935 Extracted VariantData and CollectionData classes 7 лет назад
get.cpp 04e8acd844 Store offset between slots to reduce memory usage 7 лет назад
isNull.cpp 02d809f3f4 Added Visitable to reduce the number of definitions of operator<< 7 лет назад
iterator.cpp b0560cbd99 Added `JsonArrayConst`, `JsonObjectConst`, and `JsonVariantConst` 7 лет назад
remove.cpp b105e6f7c4 Return `JsonArray` and `JsonObject` by value (closes #309) 7 лет назад
size.cpp 1a4515c0b9 Removed `JsonArray::is<T>(i)` and `JsonArray::set(i,v)` 7 лет назад
std_string.cpp 1a4515c0b9 Removed `JsonArray::is<T>(i)` and `JsonArray::set(i,v)` 7 лет назад
subscript.cpp f375459d53 JsonArray::remove() and JsonObject::remove() now release the memory of strings 7 лет назад
undefined.cpp 87fa87d87b Renamed function `RawJson()` to `serialized()` 7 лет назад