Age | Commit message (Expand) | Author |
---|---|---|
2019-10-23 | AK: Add JsonArray::ensure_capacity() | Andreas Kling |
2019-08-27 | JSON: Port JsonArray and JsonObject serialization to serializers | Sergey Bugaev |
2019-08-07 | JSON: Templatize the JSON serialization code | Andreas Kling |
2019-08-04 | Json: Add efficient copy and move constructors for Json{Array,Object} | Andreas Kling |
2019-08-04 | JsonArray: Expose the value vector to the outside for convenience | Andreas Kling |
2019-06-24 | JsonArray: Add for_each() helper. | 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 |