Generate JSON string of this object
| 87 | |
| 88 | // Generate JSON string of this object |
| 89 | std::string EffectBase::Json() const { |
| 90 | |
| 91 | // Return formatted string |
| 92 | return JsonValue().toStyledString(); |
| 93 | } |
| 94 | |
| 95 | // Generate Json::Value for this object |
| 96 | Json::Value EffectBase::JsonValue() const { |