MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / jsonToStyledString

Function jsonToStyledString

inc/osvr/Common/JSONHelpers.h:60–62  ·  view source on GitHub ↗

@brief Turns the JSON value into a pretty-printed, human-targeted string representation.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected