mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:17:35 +00:00
AK: Remove JsonObject::get_deprecated() and ::get_ptr() :^)
This commit is contained in:
parent
d48e632696
commit
7d0529b89c
2 changed files with 0 additions and 24 deletions
|
@ -35,10 +35,6 @@ public:
|
|||
[[nodiscard]] size_t size() const;
|
||||
[[nodiscard]] bool is_empty() const;
|
||||
|
||||
[[nodiscard]] JsonValue const& get_deprecated(StringView key) const;
|
||||
|
||||
[[nodiscard]] JsonValue const* get_ptr(StringView key) const;
|
||||
|
||||
[[nodiscard]] bool has(StringView key) const;
|
||||
|
||||
[[nodiscard]] bool has_null(StringView key) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue