Marsyas  0.6.0-alpha
/usr/src/RPM/BUILD/marsyas-0.6.0/src/marsyas/json_io.h
Go to the documentation of this file.
00001 #ifndef MARSYAS_JSON_IO_INCLUDED
00002 #define MARSYAS_JSON_IO_INCLUDED
00003 
00004 #include <marsyas/system/MarSystemManager.h>
00005 #include <marsyas/system/MarSystem.h>
00006 
00007 namespace Marsyas
00008 {
00009 
00010 MarSystem *system_from_json_string( const std::string & json_string );
00011 MarSystem *system_from_json_file( const std::string & json_file_name );
00012 
00013 }
00014 
00015 #endif // MARSYAS_JSON_IO_INCLUDED