Age | Commit message (Expand) | Author |
---|---|---|
2019-07-08 | AK: Add JsonObject::set(key, &&value) overload. | Andreas Kling |
2019-06-24 | JsonObject: Let the compiler generate a copy constructor. | 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 |