azure-docs-sdk-java/docs-ref-services/preview/json-gson-readme.md

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

Build Documentation

Azure GSON JSON provides an implementation of azure-json using GSON.

Getting started

Prerequisites

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.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Impressions