The studying of using JSON in Java with Eclipse IDE.
There is a doc folder under this repository. There are 3 files under the
doc folder, they are JSON.html, JSON.md and JSON.pdf. They are the
same document with the different file formats. The html file needs the folder
json-md to work properly. The md file is good for viewing directly on GitHub.
And the JSON.pdf is a stand-alone document which don't require the folder
json-md to work properly.
There is a lib folder under this repository. There are 3 Jar files under
this folder, the gson-2.8.6.jar is mandatory for the sample codes to work
properly. The javadoc nad sources files are optional to setup.
There is a res folder under this repository. It contains the JSON files
needed in the sample codes.
There is a src folder under this repository, contains some sample codes and
some verification codes for test the library installation.
If you download the whole repository as an Eclipse project, the .classpath and
the .project files should contain the installed information. Do test the
installation before using.
If you want to create the environment yourself, follow the document doc/JSON.*
to do the installation processes.
- PGKan (Sky Yu)
- 04 Nov 2019 by PGKan (Sky Yu)
- Modified
README.md
- Modified