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

# @structium/cson

Serialize and deserialize CSON (Coffeescript Object Notation)

::: code-group

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

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

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

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

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

:::

## ➕ More

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