Hello friends, I need to rewind all the integers within a json by strings, to say that if I have an object like:
{x: 1} ... I'll want to have {x: "1"}
but I need you to do it with a json of any size, such as
{"x": 2, "y": "GLAN105", "z": "2042"}, {"x": 4, "y": "GLAN425", "z": "2042"} , {"x": 34, "and": "ZLXN425", "z": "2212"}, etc ...
I do not know if there is any function or something similar that I do with this style in C #?