This PR reverts #91 as it caused a major regression on iOS.
Reason for that is the changes in #91 try to process the dob as a string but json-functions-swift processes it as a string auto-magically, making the string operations useless.
As the bug that was fixed with #91 affects very few users (if any) and this one here has a much larger potential audience, we will roll back the fix and think about a different one for #91.
This PR reverts #91 as it caused a major regression on iOS.
Reason for that is the changes in #91 try to process the
dob
as a string but json-functions-swift processes it as a string auto-magically, making the string operations useless.As the bug that was fixed with #91 affects very few users (if any) and this one here has a much larger potential audience, we will roll back the fix and think about a different one for #91.