This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author markgrandi
Recipients d9pouces, eric.araujo, jrjsmrtn, markgrandi, ned.deily, r.david.murray, ronaldoussoren, serhiy.storchaka
Date 2012-07-03.20:05:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341345916.79.0.247203697974.issue14455@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

I noticed in the latest message that d9pounces posted that "JSON format does not allow dates and data, so XML is used by default to write files.". Rthe XML version of plists also do not really 'support' those types, and they are converted as follows:

NSData -> Base64 encoded data
NSDate -> ISO 8601 formatted string

(from http://en.wikipedia.org/wiki/Property_list#Mac_OS_X)

So really it should be the same thing when converting to json no?
History
Date User Action Args
2012-07-03 20:05:16markgrandisetrecipients: + markgrandi, ronaldoussoren, ned.deily, eric.araujo, r.david.murray, jrjsmrtn, serhiy.storchaka, d9pouces
2012-07-03 20:05:16markgrandisetmessageid: <1341345916.79.0.247203697974.issue14455@psf.upfronthosting.co.za>
2012-07-03 20:05:16markgrandilinkissue14455 messages
2012-07-03 20:05:16markgrandicreate