| 
    libcluon
    0.0.149
    
   | 
 
#include <cstdint>Go to the source code of this file.
Namespaces | |
| cluon | |
Enumerations | |
| enum | cluon::JSONConstants : uint16_t {  cluon::JSONConstants::IS_FALSE = 0, cluon::JSONConstants::IS_TRUE = 1, cluon::JSONConstants::NUMBER = 2, cluon::JSONConstants::STRING = 3, cluon::JSONConstants::OBJECT = 4, cluon::JSONConstants::UNDEFINED = 99 }  |