Benoit Blanchon 0f85a55cac Implement `VariantRefBase` with a CRTP 3 years ago
..
BasicJsonDocument.cpp af18994deb Update copyright notice 4 years ago
CMakeLists.txt bf5d0c790c Add implicit conversion from `JsonDocument` to `JsonVariant` 4 years ago
DynamicJsonDocument.cpp 3dc67c5663 Add `memoryUsage()` to `ElementProxy` and `MemberProxy` (fixes #1730) 4 years ago
ElementProxy.cpp 0f85a55cac Implement `VariantRefBase` with a CRTP 3 years ago
MemberProxy.cpp 0f85a55cac Implement `VariantRefBase` with a CRTP 3 years ago
StaticJsonDocument.cpp af18994deb Update copyright notice 4 years ago
add.cpp af18994deb Update copyright notice 4 years ago
cast.cpp bf5d0c790c Add implicit conversion from `JsonDocument` to `JsonVariant` 4 years ago
compare.cpp 8d9504239b Fix comparisons operators with `const JsonDocument&` 3 years ago
containsKey.cpp af18994deb Update copyright notice 4 years ago
createNested.cpp af18994deb Update copyright notice 4 years ago
isNull.cpp af18994deb Update copyright notice 4 years ago
nesting.cpp af18994deb Update copyright notice 4 years ago
overflowed.cpp ee12155617 Fix crash when adding an object member in a too small `JsonDocument` 4 years ago
remove.cpp 89ed54362b Fix `-Wsign-conversion` on GCC 8 (fixes #1715) 4 years ago
shrinkToFit.cpp af18994deb Update copyright notice 4 years ago
size.cpp cd8373ad32 Change `link()` to `shallowCopy()` (issue #1343) 3 years ago
subscript.cpp af18994deb Update copyright notice 4 years ago
swap.cpp b06bbd9d2a Fix inconsistent pool size in `BasicJsonDocument`'s copy constructor 4 years ago