mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05: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
75 B
C++
6 lines
75 B
C++
#include <AK/JsonArray.h>
|
|
#include <AK/StringBuilder.h>
|
|
|
|
namespace AK {
|
|
|
|
}
|