Age | Commit message (Expand) | Author |
---|---|---|
2023-05-19 | AK: Make all HashMap copy-constructs explicit | Ben Wiederhake |
2023-02-03 | AK: Remove JsonObject::get_deprecated() and ::get_ptr() :^) | Sam Atkins |
2023-01-17 | AK: Add JsonObject::get...() methods that return Optional | Sam Atkins |
2023-01-17 | AK: Move JsonObject implementation out of line | Sam Atkins |
2019-10-01 | AK: Remove empty files JsonArray.cpp and JsonObject.cpp | Andreas Kling |
2019-08-07 | JSON: Templatize the JSON serialization code | Andreas Kling |
2019-06-18 | AK: Rename JsonObject::to_string() and pals to serialized(). | Andreas Kling |
2019-06-17 | AK: Use a single StringBuilder throughout JSON serialization. | Andreas Kling |
2019-06-17 | AK: Add some classes for JSON encoding. | Andreas Kling |