Generate JSON string of this object
| 120 | |
| 121 | // Generate JSON string of this object |
| 122 | std::string Expander::Json() const { |
| 123 | |
| 124 | // Return formatted string |
| 125 | return JsonValue().toStyledString(); |
| 126 | } |
| 127 | |
| 128 | // Generate Json::Value for this object |
| 129 | Json::Value Expander::JsonValue() const { |
nothing calls this directly
no outgoing calls
no test coverage detected