Skip to content
StringHelpers

RemoveCommentsFromCode

Internal helper function
static std::string RemoveCommentsFromCode(const std::string jsonCode);

A static helper function.

Will remove comments (// and #) from json code.