I have code which parses JSON; all keyword values are parsed as strings. Later, I map through the maps and overwrite one of the keywords with the date version of its string data. I have it broken out into two functions and it works. I'm wonding if there's a way to just have the parse function do this? In actuality I have two other elements which need to be converted to dates as well.
I have code which parses JSON; all keyword values are parsed as strings. Later, I map through the maps and overwrite one of the keywords with the date version of its string data. I have it broken out into two functions and it works. I'm wonding if there's a way to just have the parse function do this? In actuality I have two other elements which need to be converted to dates as well.