I'm uses SuperObject library for work with JSON.
I have this JSON(part of Mozilla FireFox, Chrome Bookmarks file):
"roots": {
"bookmark_bar": {
"children": [ {
"date_added": "13009663942000000",
"id": "11",
"meta_info": "{\"sync\":{\"transaction_version\":\"3\"}}",
"name": "\u041D\u0430\u0447\u0430\u043B\u044C\u043D\u0430\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430",
"type": "url",
"url": "http://www.mozilla.com/ru/firefox/central/"
}, {
I tried use function JavaTimeToDelphiDateTime with data as integer, but it doesn't work.
I need read "date_added" field as TDateTime. How to do that, using SuperObject library?