Files
ladybird/AK/JsonParser.cpp
Timothy Flynn 8664eac047 AK: Protect AK's JSON parser against invalid UTF-8
We were forming parsed JSON strings as a ByteString and converting this
to a String wrapped with a MUST. Let's instead create a String from the
get-go and let the encoding error propagate.
2026-04-28 22:54:47 +02:00

12 KiB