samstrasser / vishis

Automatically exported from code.google.com/p/vishis
0 stars 0 forks source link

Write json to front-end converter i.e. Server.js #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
convertFromJson(json);

Original issue reported on code.google.com by sam.stra...@gmail.com on 4 Jan 2008 at 4:01

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
e.g.:
[
    {"uid":"45",
    "title":"American Presidents",
    "location":"1600 Pennsylvania Ave NW Washington, DC 20006",
    "lat":"0.000000",
    "lng":"0.000000",
    "start":"1789-01-01 00:00:00",
    "end":"2007-12-31 00:00:00",
    "type":"3",
    "color":"000000",
    "children":
        [
            {"uid":"2","title":"George Washington","location":"1600 Pennsylvania Ave NW
Washington, DC 20006","lat":"0.000000","lng":"0.000000","start":"1789-01-01
00:00:00","end":"1797-01-01
00:00:00","type":"0","color":"000000","from_uid":"45","to_uid":"2","namespace_nu
m":"1","type_num":"1"},
            {"uid":"3","title":"John Adams","location":"1600 Pennsylvania Ave NW Washington,
DC 20006","lat":"0.000000","lng":"0.000000","start":"1797-01-01
00:00:00","end":"1801-01-01
00:00:00","type":"0","color":"000000","from_uid":"45","to_uid":"3","namespace_nu
m":"1","type_num":"1"},
            {"uid":"4","title":"Thomas Jefferson","location":"1600 Pennsylvania Ave NW
Washington, DC 20006","lat":"0.000000","lng":"0.000000","start":"1801-01-01
00:00:00","end":"1809-01-01
00:00:00","type":"0","color":"000000","from_uid":"45","to_uid":"4","namespace_nu
m":"1","type_num":"1"},
        ]
    }
]

Original comment by sam.stra...@gmail.com on 12 Jan 2008 at 1:10

GoogleCodeExporter commented 9 years ago

Original comment by sam.stra...@gmail.com on 13 Feb 2008 at 7:41