jon, this happens when there is a comma after the last entry in a json array (as in yours). The IE json parser overreacts to that trailing comma and looks for another item. It works fine in firefox which has a more relaxed parser.
Jon Crump wrote: > David, Mason, et al. > > Per your suggestion, I modified my python to emit json. When the page > http://home.myuw.net/jjcrump/Timelines/JohnItinerary2.html tries to load > it, ff complains: > > "The page at http://home.myuw.net says: > > Caught exception: SyntaxError: missing } after property list" > > Could you, when you have a moment, have a look at > http://home.myuw.net/jjcrump/Timelines/Itinerary.js to see if you can see > what I've done wrong? > > Jon > > > _______________________________________________ > General mailing list > [email protected] > http://simile.mit.edu/mailman/listinfo/general > _______________________________________________ General mailing list [email protected] http://simile.mit.edu/mailman/listinfo/general
