mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-30 05:08:56 +00:00
AK: Rename JsonObject::to_string() and pals to serialized().
And the variant that serializes into a StringBuilder is called serialize().
This commit is contained in:
@@ -329,7 +329,7 @@ void VBForm::write_to_file(const String& path)
|
||||
widget_array.append(widget_object);
|
||||
}
|
||||
form_object.set("widgets", widget_array);
|
||||
file.write(form_object.to_string());
|
||||
file.write(form_object.serialized());
|
||||
}
|
||||
|
||||
void VBForm::dump()
|
||||
|
||||
Reference in New Issue
Block a user