Skip to content
JsonData

SetStringData

void SetStringData(const std::string data)

Will set this JsonData's string data to data, and will set its type to STRING.

Aliases

Alternative ways to call this function

  • myJsonData = "Hello, World!";