#include <CJsonParser.h>
cJSON-implementation of tenduke::json::JSONParser. 
 
 | 
| 
  | cJSONParser () | 
|   | Constructs new instance. 
  | 
|   | 
| std::unique_ptr< JSONElement >  | from (const std::string &string) const override | 
|   | Parses JSON from given string.  
  | 
|   | 
| std::unique_ptr< JSONElement >  | from (const char *jsonAsString, std::size_t length) const override | 
|   | Parses JSON from given string.  
  | 
|   | 
◆ from() [1/2]
  
  
      
        
          | std::unique_ptr< xdjson::JSONElement > tenduke::json::cjson::cJSONParser::from  | 
          ( | 
          const char * |           jsonAsString,  | 
         
        
           | 
           | 
          std::size_t |           length ) const | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ from() [2/2]
  
  
      
        
          | std::unique_ptr< xdjson::JSONElement > tenduke::json::cjson::cJSONParser::from  | 
          ( | 
          const std::string & |           string | ) | 
           const | 
         
       
   | 
  
overridevirtual   | 
  
 
 
The documentation for this class was generated from the following files:
- core/default-services/src/json/CJsonParser.h
 
- core/default-services/src/json/CJsonParser.cpp