diff --git a/README.md b/README.md new file mode 100644 index 000000000..5acef50d0 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# DEPRECATED fork of JSON-java + +This repository is a fork of the original [JSON-java](https://github.com/douglascrockford/JSON-java) repository by Douglas Crockford. This repository only adds two files, build.xml and build.properties, which allow for the ant build system to compile this code into a jar file. The jar file produced by this project was used for JSON parsing in the [GIS Tools for Hadoop](http://github.com/Esri/gis-tools-for-hadoop) and [Spatial Framework for Hadoop](http://github.com/Esri/spatial-framework-for-hadoop) projects. + +Other JSON library implementations may be found at: [JSON.org](http://www.json.org). + + +## Licensing + +This repository does not add any additional criteria to the [root repository license terms](https://github.com/douglascrockford/JSON-java/blob/master/README). + + +[](Esri Tags: JSON) +[](Esri Language: Java) diff --git a/build.properties b/build.properties new file mode 100644 index 000000000..77a64fc08 --- /dev/null +++ b/build.properties @@ -0,0 +1,3 @@ +source.dir=. +build.dir=build +dist=dist \ No newline at end of file diff --git a/build.xml b/build.xml new file mode 100644 index 000000000..78d532a98 --- /dev/null +++ b/build.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +