RandomSec/main/src/com/google/refine/importers/parsers
Iain Sproat d285999da8 New JsonImporter, JsonParser and JsonImporterTests (copy of XmlImporterTests with syntax of the example data altered for Json).
Renaming of TreeImporter to TreeImportUtilities (as per the current convention with the XmlImporter and XmlImportUtilities).

NB the new JsonParser class does not work, and 5 of the new unit tests for JsonImporter currently fail.  To be fixed in due course.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@1361 7d457c2a-affb-35e4-300a-418c747d4874
2010-09-27 22:53:17 +00:00
..
JSONParser.java New JsonImporter, JsonParser and JsonImporterTests (copy of XmlImporterTests with syntax of the example data altered for Json). 2010-09-27 22:53:17 +00:00
NonSplitRowParser.java Changed Java packages com.google.gridworks.* to com.google.refine.* and modified other code just enough to start grefine up without error. Much remains to be done. Do not check out the code just yet. 2010-09-22 17:04:10 +00:00
RowParser.java Changed Java packages com.google.gridworks.* to com.google.refine.* and modified other code just enough to start grefine up without error. Much remains to be done. Do not check out the code just yet. 2010-09-22 17:04:10 +00:00
SeparatorRowParser.java Changed Java packages com.google.gridworks.* to com.google.refine.* and modified other code just enough to start grefine up without error. Much remains to be done. Do not check out the code just yet. 2010-09-22 17:04:10 +00:00
TreeParser.java All methods in XmlImportUtilities now use the TreeParser interface. 2010-09-27 17:59:53 +00:00
XmlParser.java All methods in XmlImportUtilities now use the TreeParser interface. 2010-09-27 17:59:53 +00:00