|
MIRA
|
A struct used for return value of getNumberElementIfExists() More...
#include <json/JSON.h>
Public Attributes | |
| bool | exists |
| double | number |
| undefined if exists is false More... | |
| std::string | error |
| empty if exists is true More... | |
A struct used for return value of getNumberElementIfExists()
| bool exists |
| double number |
undefined if exists is false
| std::string error |
empty if exists is true
1.8.14