mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
f6998b1817
This makes it possible to use something other than a StringBuilder for serialization (and to produce something other than a String.) :^)
6 lines
76 B
C++
6 lines
76 B
C++
#include <AK/JsonObject.h>
|
|
#include <AK/StringBuilder.h>
|
|
|
|
namespace AK {
|
|
|
|
}
|