summaryrefslogtreecommitdiff
path: root/AK/JsonObjectSerializer.h
AgeCommit message (Expand)Author
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-08AK: Add float support for JsonValue and JsonObjectSerializerVrins
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
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