88
88
/// Get and Set JSON methods
89
89
string Json(); ///< Generate JSON string of this object
90
90
void SetJson(string value) throw(InvalidJSON); ///< Load JSON string into this object
94
94
// Get all properties for a specific frame
95
95
string PropertiesJSON(long int requested_frame);