summaryrefslogtreecommitdiff
path: root/AK/JsonObject.h
AgeCommit message (Expand)Author
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-08-27JSON: Port JsonArray and JsonObject serialization to serializersSergey Bugaev
2019-08-07JSON: Templatize the JSON serialization codeAndreas Kling
2019-08-04Json: Add efficient copy and move constructors for Json{Array,Object}Andreas Kling
2019-07-08AK: Add JsonObject::set(key, &&value) overload.Andreas Kling
2019-06-24JsonObject: Let the compiler generate a copy constructor.Andreas 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