mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 18:17:44 +00:00
AK+GMLCompiler+LibWeb: Remove JsonValue::is_double
This concludes a series of patches which remove the ability to observe which arithmetic type is used to store number in JsonValue.
This commit is contained in:
parent
faef802229
commit
c49819cced
5 changed files with 6 additions and 21 deletions
|
@ -51,9 +51,6 @@ public:
|
|||
[[nodiscard]] bool has_number(StringView key) const;
|
||||
[[nodiscard]] bool has_array(StringView key) const;
|
||||
[[nodiscard]] bool has_object(StringView key) const;
|
||||
#ifndef KERNEL
|
||||
[[nodiscard]] bool has_double(StringView key) const;
|
||||
#endif
|
||||
|
||||
Optional<JsonValue const&> get(StringView key) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue