summaryrefslogtreecommitdiff
path: root/AK/JsonObject.cpp
AgeCommit message (Expand)Author
2019-08-07JSON: Templatize the JSON serialization codeAndreas Kling
2019-06-18AK: Rename JsonObject::to_string() and pals to serialized().Andreas Kling
2019-06-17AK: Use a single StringBuilder throughout JSON serialization.Andreas Kling
2019-06-17AK: Add some classes for JSON encoding.Andreas Kling