You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: