forked from fangyidong/json-simple
Java 7+ toolkit to quickly develop RFC 7159 JSON compatible applications.
License
cliftonlabs/json-simple
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
This branch is 132 commits ahead, 4 commits behind fangyidong:master.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
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 Code sorting should follow this priority with no preference on visibility: Types > Static Initializers > Initializers > Static Fields > Fields > Constructors > Static Methods > Methods. 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: Automated source cleanup. Update CHANGELOG. Acquire release keys based on guidance from: https://central.sonatype.org/pages/working-with-pgp-signatures.html gpg2 --full-gen-key gpg2 --keyserver hkp://pool.sks-keyservers.net --send-keys KEYHASHTOSEND Ensure the settings.xml file is present in the maven repostiory. For example: ~/.m2/settings.xml should have the contents: <settings> <servers> <server> <id>ossrh</id> <username>account_name_with_group_id_control_in_maven_central</username> <password>plain_text_password_so_ensure_file_has_restricted_permissions_and_access</password> </server> </servers> </settings> 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 7159 JSON compatible applications.
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Java 98.6%
- Lex 1.4%