If I got an object like
{"name":12, "name2":15}
how can I get those values 12 and 15 to be string values instead of number values ?
It's important to mention I'm not creating this object manually and I cannot just add "" right now, api is sending those values and I need them to be converted to string values.
Thanks.