Can't use std::string
jsonObject.createNestedObject(myString);
give the following error:
cannot convert argument 1 from 'const std::string' to 'const char *'
jsonObject.createNestedObject(myString);
give the following error:
cannot convert argument 1 from 'const std::string' to 'const char *'