mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 17:12:55 +02:00
When assigning properties, we were relying on the JSON serialization
code to wrap strings in double-quotes ("). JsonValue::to_string() does
not wrap string values, so what we want here is serialized(). :^)
2.7 KiB
2.7 KiB