ianmorgan / json-utils

Maven JAR with common useful helper and tools for working with JSON

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

json-utils

License

About

A place for utilities to help working with JSON in Java Currently only support org.json.JSONObject (& JSONArray)

Maven deploy

Some notes to myself for manually deploying to bintray

  • Update version in build.gradle and build locally
  • local copy of 'gradle.properties' with the 'bintray_api_key'
  • deploy with '.\gradlew bintrayUpload'
  • Update build.gradle manually to next snapshot version & commit

https://jitpack.io/com/github/ianmorgan/json-utiils/e3b6cb43e2/javadoc/

About

Maven JAR with common useful helper and tools for working with JSON

License:MIT License


Languages

Language:Java 100.0%