2.1 KiB
2.1 KiB
title | keywords | ms.date | ms.topic | ms.devlang | ms.service |
---|---|---|---|---|---|
Azure GSON JSON shared library for Java | Azure, java, SDK, API, azure-json-gson, core | 03/03/2023 | reference | java | core |
Azure GSON JSON shared library for Java - version 1.0.0-beta.3
Azure GSON JSON provides an implementation of azure-json
using GSON.
Getting started
Prerequisites
- A Java Development Kit (JDK), version 8 or later.
Include the package
Include direct dependency
If you want to take dependency on a particular version of the library that is not present in the BOM, add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-json-gson</artifactId>
<version>1.0.0-beta.3</version>
</dependency>
Key concepts
See azure-json
for key concepts.
Examples
See azure-json
for examples.
Next steps
Get started with Azure libraries that are built using Azure Core.
Troubleshooting
If you encounter any bugs, please file issues via GitHub Issues or checkout StackOverflow for Azure Java SDK.
Contributing
For details on contributing to this repository, see the contributing guide.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request