public

Description

JSON support for EScript [static-helper]

Public Static Functions

   
   
void toJSON(std::ostringstream & out, Object * obj, bool formatted, int level)
   
std::string toJSON( Object * obj, bool formatted)
   
Object * parseJSON(const std::string & s)

Documentation

function
EScript::JSON::toJSON

public static
     
     
void toJSON( std::ostringstream & out,
  Object * obj,
  bool formatted,
  int level
)    

Defined in EScript/E_Libs/ext/JSON.h:22


function
EScript::JSON::toJSON

public static
     
     
std::string toJSON( Object * obj,
  bool formatted
)    

Defined in EScript/E_Libs/ext/JSON.h:23


function
EScript::JSON::parseJSON

public static
     
     
Object * parseJSON( const std::string & s )

Defined in EScript/E_Libs/ext/JSON.h:24