gossi / docspec

A specification for code documenting tools
5 stars 0 forks source link

SOURCE field can become a parsing issue #5

Open mvriel opened 12 years ago

mvriel commented 12 years ago

I am not sure whether including the full source uncompressed and unconverted will not break the JSON. For DocBlox we compress the file using gzip and then base64encode it so that every transformer should be able to read it.

gossi commented 12 years ago

I'm not sure either. For a JSON format gzip and base64 seems cool, in XML this can be surrounded using a CDATA section.