I have the following JSON file:
[ { \"Date\" : \"11182013\", \"Quote\" : \"Today Is Monday\", \"By\" : \"SiKni8\" }, {
This is unrelated to the JSON. You are never initializing your String [] date array.
String [] date
You need something along the lines of...
date = new String[jsonArray.length()];