Go to the source code of this file.
◆ JSONCPP_USING_SECURE_MEMORY
      
        
          | #define JSONCPP_USING_SECURE_MEMORY   0 | 
      
 
 
◆ JSONCPP_VERSION_HEXA
      
        
          | #define JSONCPP_VERSION_HEXA | 
      
 
Value:
#define JSONCPP_VERSION_MAJOR
#define JSONCPP_VERSION_MINOR
#define JSONCPP_VERSION_PATCH
 
Definition at line 17 of file version.h.
 
 
◆ JSONCPP_VERSION_MAJOR
      
        
          | #define JSONCPP_VERSION_MAJOR   1 | 
      
 
 
◆ JSONCPP_VERSION_MINOR
      
        
          | #define JSONCPP_VERSION_MINOR   9 | 
      
 
 
◆ JSONCPP_VERSION_PATCH
      
        
          | #define JSONCPP_VERSION_PATCH   6 | 
      
 
 
◆ JSONCPP_VERSION_QUALIFIER
      
        
          | #define JSONCPP_VERSION_QUALIFIER | 
      
 
 
◆ JSONCPP_VERSION_STRING
      
        
          | #define JSONCPP_VERSION_STRING   "1.9.6" |