summaryrefslogtreecommitdiff
path: root/AK/JsonObject.cpp
AgeCommit message (Expand)Author
2023-05-19AK: Make all HashMap copy-constructs explicitBen Wiederhake
2023-02-03AK: Remove JsonObject::get_deprecated() and ::get_ptr() :^)Sam Atkins
2023-01-17AK: Add JsonObject::get...() methods that return OptionalSam Atkins
2023-01-17AK: Move JsonObject implementation out of lineSam Atkins
2019-10-01AK: Remove empty files JsonArray.cpp and JsonObject.cppAndreas Kling
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