Rename StringCopier to StringBuilder

This commit is contained in:
Benoit Blanchon
2023-05-10 10:12:55 +02:00
parent ff0deee793
commit 044a4753d2
7 changed files with 37 additions and 37 deletions

View File

@ -11,7 +11,7 @@ using namespace ArduinoJson::detail;
static void testCodepoint(uint32_t codepoint, std::string expected) {
MemoryPool pool(4096);
StringCopier str(&pool);
StringBuilder str(&pool);
str.startString();
CAPTURE(codepoint);