Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Java 7+ toolkit to quickly develop RFC 4627 JSON compatible applications.

License

Notifications You must be signed in to change notification settings

Obsidian-StudiosInc/json-simple

 
 

Repository files navigation

For more information please visit:
https://cliftonlabs.github.io/json-simple/

For the javadocs please visit:
https://cliftonlabs.github.io/json-simple/target/apidocs/index.html

[DEVELOPERS]
Use settings similar to those included in:
eclipseCleanup.xml
eclipseFormatter.xml
eclipsePreferences.epf
elcipseTemplates.xml

Generate json-simple project files for eclipse:
mvn eclipse:eclipse

Build the project:
mvn compile

Run unit tests:
mvn test

Build the project with javadocs and source:
mvn package

Make the signed artifacts available to other local projects:
mvn clean install

Guided deploy of project with signed artifacts:
Update CHANGELOG.
mvn release:clean
mvn release:prepare
mvn release:perform
mvn release:clean

Update gh-pages:
1) switch to gh-pages
2) Delete target/

3) switch to latest json-simple release tag
4) mvn clean install

5) switch back to gh-pages
6) git add target/

7) Update the index.html version references.
8) commit and push to gh-pages.

About

Java 7+ toolkit to quickly develop RFC 4627 JSON compatible applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.3%
  • Lex 1.7%