summaryrefslogtreecommitdiff
path: root/AK/JsonArraySerializer.h
AgeCommit message (Expand)Author
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-27Everywhere: Make JSON serialization fallibleIdan Horowitz
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-09-06AK: Make Json{Array,Object}Serializer ignore append() return valuesAndreas Kling
2021-06-30Kernel: Don't compile JsonValue & friends into the kernelAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2020-11-02AK+Kernel: Escape JSON keys & valuesAndreas Kling
2020-01-24Meta: Claim copyright for files created by meSergey Bugaev
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-09-04Json: Add serializer fast-path for string valuesAndreas Kling
2019-08-27JSON: Add JSON serializersSergey Bugaev