Files
ladybird/Userland/Utilities
Dan Klishch ccd701809f Everywhere: Add deprecated_ prefix to JsonValue::to_byte_string
`JsonValue::to_byte_string` has peculiar type-erasure semantics which is
not usually intended. Unfortunately, it also has a very stereotypical
name which does not warn about unexpected behavior. So let's prefix it
with `deprecated_` to make new code use `as_string` if it just wants to
get string value or `serialized<StringBuilder>` if it needs to do proper
serialization.
2024-01-12 17:41:34 -07:00
..
2023-12-08 22:05:43 +03:30
2024-01-07 15:42:35 +01:00
2023-08-12 01:50:49 +02:00
2023-07-05 08:34:51 +02:00