95
95
/// Get and Set JSON methods
96
96
string Json(); ///< Generate JSON string of this object
97
97
void SetJson(string value) throw(InvalidJSON); ///< Load JSON string into this object
101
101
/// Get all properties for a specific frame (perfect for a UI to display the current state
102
102
/// of all properties at any time)