---
URL: "/guide/jsonld"
LLMS_URL: "/guide/jsonld.md"
---

# @structium/jsonld

Serialize and deserialize JSON-LD

::: code-group

```bash [npm]
npm install @structium/jsonld
```

```bash [pnpm]
pnpm install @structium/jsonld
```

```bash [yarn]
yarn add @structium/jsonld
```

```bash [bun]
bun add @structium/jsonld
```

```bash [deno]
deno add @structium/jsonld
```

:::

## ➕ More

- 📖 [API Docs](api.md)
- 📦 [NPM](https://www.npmjs.com/package/@structium/jsonld)
