com.bettercloud.vault.json.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vault-java-driver Show documentation
Show all versions of vault-java-driver Show documentation
Zero-dependency Java client for HashiCorp's Vault
/**
* Intended for internal use by other classes within the Vault driver library.
*
* JSON parsing functionality. The classes in this package are adapted from Ralf Sternberg's excellent
* "minimal-json" library, available under the MIT License.
* The package names have all been changed, to prevent any conflicts should you happen to be using a different
* version of this library elsewhere in your project dependencies.
*/
package com.bettercloud.vault.json;