summaryrefslogtreecommitdiffstatshomepage
path: root/www/content/extensions/json-enc.md
blob: a645a094ac152209739b9318d06d838a9ce8fff2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
+++
title = "json-enc"
+++

This extension encodes parameters in JSON format instead of url format.

## Install

```html
<script src="https://unpkg.com/htmx.org/dist/ext/json-enc.js"></script>
```

## Usage

```html
<div hx-post='/test' hx-ext='json-enc'>click me</div>
```