serenity/Userland/Applets/ClipboardHistory
Sam Atkins 0b9aee57e7 ClipboardHistory: Store clipboard history as valid JSON
Previously, the ClipboardHistory.json file contained a series of
individual JSON objects for history items, separated by newlines. This
is convenient for appending a single item, but makes the file itself
invalid JSON.

This commit changes that file to instead contain those objects in a
proper JSON array.
2024-02-08 13:46:12 +00:00
..
ClipboardHistoryModel.cpp ClipboardHistory: Store clipboard history as valid JSON 2024-02-08 13:46:12 +00:00
ClipboardHistoryModel.h ClipboardHistory: Store clipboard history as valid JSON 2024-02-08 13:46:12 +00:00
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
main.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30