summaryrefslogtreecommitdiff
path: root/AK/JsonObjectSerializer.h
AgeCommit message (Expand)Author
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
2021-02-09AK: Use StringBuilder::appendff() instead of appendf()Andreas Kling
2020-11-02AK+Kernel: Escape JSON keys & valuesAndreas Kling
2020-05-22AK: Make JsonValue and JsonObjectSerializer speak int/long/long longAndreas Kling
2020-03-31AK: A few JSON improvementsEmanuel Sprung
2020-02-08AK: Add JsonObjectSerializer::add(key, bool) overloadAndreas Kling
2020-02-01AK: Add some integer overloads to JsonObjectSerializerAndreas 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