summaryrefslogtreecommitdiff
path: root/AK/JsonArray.h
AgeCommit message (Expand)Author
2021-06-29AK: Use [[nodiscard]] in JsonObject and JsonArrayMax Wipfli
2021-06-29AK+Everywhere: Change int to size_t in JsonObject and JsonArrayMax Wipfli
2021-06-29AK: Use east const style in Json{Array,Object}.hMax Wipfli
2021-04-26AK: Fix argument type for JsonArray::at and JsonArray::operator[]Gunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-26AK: Allow assigning a value to a specific index in a JsonArrayTimothy Flynn
2021-01-15AK: Add JsonArray(const Vector<T>) constructorLinus Groh
2021-01-12AK: Simplify constructors and conversions from nullptr_tLenny Maiorani
2020-09-25Meta+AK: Make clang-format-10 cleanBen Wiederhake
2020-03-06AK: Simplify JsonObject and JsonArray API a little bitAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-10-23AK: Add JsonArray::ensure_capacity()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-08-04JsonArray: Expose the value vector to the outside for convenienceAndreas Kling
2019-06-24JsonArray: Add for_each() helper.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