---
title: Choosing &amp; Using a JSON Library
pubDate: 2026-08-17T09:53:44.266Z
antora:
  editUrl: https://github.com/couchbase/docs-sdk-go/edit/temp/2.9/modules/howtos/pages/json.adoc
  xref: xref:2.9@go-sdk:howtos:json.adoc[]
---

[Consult the llms.txt file for a full list of contents](/llms.txt)
[View original HTML](/go-sdk/2.9/howtos/json.html)

# Choosing &amp; Using a JSON Library

Third-party JSON libraries are rarely necessary for most use cases with the Couchbase SDKs, and the default library will give you everything that you are likely to need. Just [get started](../hello-world/start-using-sdk.md#hello-couchbase) on your application and see.

> [!NOTE]
> The [Scala SDK supports multiple options for working with JSON](#1.0@scala-sdk:howtos:json.adoc), and has its own page covering this topic.