mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-01 06:51:32 +00:00
18 lines
274 B
Markdown
18 lines
274 B
Markdown
+++
|
|
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>
|
|
```
|