Am I correct in assuming that I have to MANUALLY convert Json-encoded date strings to date objects in my client code?
Coming from C#, I took for granted that this was happening automatically, but I guess that was .NET.
Is there a built in mechanism for getting native javascript types from a Json string (for dates, ints, etc.)?
Thanks.