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@1.9.12/dist/ext/json-enc.js"></script> ``` ## Usage ```html <div hx-post='/test' hx-ext='json-enc'>click me</div> ```