@brief Turns the JSON value into a pretty-printed, human-targeted string representation.
| 58 | /// @brief Turns the JSON value into a pretty-printed, human-targeted string |
| 59 | /// representation. |
| 60 | inline std::string jsonToStyledString(Json::Value const& val) { |
| 61 | return val.toStyledString(); |
| 62 | } |
| 63 | |
| 64 | } // namespace common |
| 65 | } // namespace osvr |
nothing calls this directly
no outgoing calls
no test coverage detected