|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Public Member Functions | |
| std::string_view | text () const |
| std::optional< int64_t > | getInteger () const |
| std::optional< double > | getDouble () const |
Public Member Functions inherited from JSON::Detail::Base< json_number_s > | |
| Base (json_number_s *o) | |
| Base (const Base &o) | |
| Base & | operator= (const Base &o)=default |
| operator json_number_s * () const | |
| json_number_s * | jsonValue () const |
Additional Inherited Members | |
Protected Attributes inherited from JSON::Detail::Base< json_number_s > | |
| json_number_s * | object_ |
| std::optional< double > JSON::Number::getDouble | ( | ) | const |
| std::optional< int64_t > JSON::Number::getInteger | ( | ) | const |
| std::string_view JSON::Number::text | ( | ) | const |