From 6bb708f44484453678bb6df94b3c399473bc69a8 Mon Sep 17 00:00:00 2001 From: David Kaiser Date: Thu, 14 Mar 2013 10:45:36 -0700 Subject: [PATCH 1/4] adding ant build support --- build.properties | 3 +++ build.xml | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 build.properties create mode 100644 build.xml 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 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 33deef03933737e2c2d8d5a10d8e4074d8cbe772 Mon Sep 17 00:00:00 2001 From: David Kaiser Date: Thu, 21 Mar 2013 13:03:37 -0700 Subject: [PATCH 2/4] Adding README --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..27ca7fc95 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# 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. + +Other JSON library implementations may be found at: [JSON.org](http://www.json.org). + + +## Resources + +* [ArcGIS Geodata Resource Center]( http://resources.arcgis.com/en/communities/geodata/) +* [ArcGIS Blog](http://blogs.esri.com/esri/arcgis/) +* [twitter@esri](http://twitter.com/esri) + + +## Issues + +Find a bug or want to request a new feature? Please let us know by submitting an issue. + +## Contributing + +Anyone and everyone is welcome to contribute. + +## Licensing + +This repository does not add any additional criteris to the [root repository license terms](https://github.com/douglascrockford/JSON-java/blob/master/README). + + +[](Esri Tags: JSON, Big Data) +[](Esri Language: Java) From 73eec570cdd0d6d8a3d44bf6c24fe86762812cf3 Mon Sep 17 00:00:00 2001 From: David Kaiser Date: Thu, 21 Mar 2013 13:08:52 -0700 Subject: [PATCH 3/4] Update README.md --- README.md | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 27ca7fc95..c1a24f11e 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,14 @@ # 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. +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 is 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). -## Resources - -* [ArcGIS Geodata Resource Center]( http://resources.arcgis.com/en/communities/geodata/) -* [ArcGIS Blog](http://blogs.esri.com/esri/arcgis/) -* [twitter@esri](http://twitter.com/esri) - - -## Issues - -Find a bug or want to request a new feature? Please let us know by submitting an issue. - -## Contributing - -Anyone and everyone is welcome to contribute. - ## Licensing -This repository does not add any additional criteris to the [root repository license terms](https://github.com/douglascrockford/JSON-java/blob/master/README). +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, Big Data) +[](Esri Tags: JSON) [](Esri Language: Java) From 18d45f32ca0cd47082769ee2f7632947e4197290 Mon Sep 17 00:00:00 2001 From: Randall Whitman Date: Wed, 5 Jul 2017 17:55:18 -0700 Subject: [PATCH 4/4] DEPRECATED --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1a24f11e..5acef50d0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# JSON-java +# 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 is 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. +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).