mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 06:37:52 +00:00
This makes it possible to use something other than a StringBuilder for serialization (and to produce something other than a String.) :^)
7 lines
75 B
C++
7 lines
75 B
C++
#include <AK/JsonArray.h>
|
|
#include <AK/StringBuilder.h>
|
|
|
|
namespace AK {
|
|
|
|
}
|