| 44 | } |
| 45 | |
| 46 | std::string OutputJSON_Impl::optionType() const { |
| 47 | boost::optional<std::string> value = getString(OS_Output_JSONFields::OptionType, true); |
| 48 | OS_ASSERT(value); |
| 49 | return value.get(); |
| 50 | } |
| 51 | |
| 52 | bool OutputJSON_Impl::outputJSON() const { |
| 53 | return getBooleanFieldValue(OS_Output_JSONFields::OutputJSON); |