I\'m getting a \"not well-formed\" error in the error console of Firefox 3.0.7 when the JavaScript on my page loads a text file containing an object in JavaScript Object Not
Have you tried using the MIME type for JSON?
application/json
You could also configure your server to send this MIME type automatically for .json files.