My first program here.
Geting JSON data from server but can't parse to DateTime format.
Using JSONParser and do copy all objects to List.
Then copy item by item to a Map.
Problem accours when trying to parse a Map property to DateTime.
In JSON string it is as: ...,"PostDate":"\/Date(1333729060000)\/",....
Thanks
Priit
Geting JSON data from server but can't parse to DateTime format.
Using JSONParser and do copy all objects to List.
Then copy item by item to a Map.
Problem accours when trying to parse a Map property to DateTime.
In JSON string it is as: ...,"PostDate":"\/Date(1333729060000)\/",....
Thanks
Priit