Skip to content

Commit bb4d877

Browse files
Added extension (#3364)
Added link to htmx-json extension https://github.com/mariusGundersen/htmx-json
1 parent 91f4472 commit bb4d877

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

www/content/extensions/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ htmx extensions are split into two categories:
149149
<td>{% markdown() %} [json-enc-custom](https://github.com/Emtyloc/json-enc-custom/blob/main/README.md) {% end %}</td>
150150
<td>{% markdown() %} This extension works similarly to json-enc but allows for very complex structures, such as embedding JSON objects, lists, or handling indexes, just by using the name attribute. {% end %}</td>
151151
</tr>
152+
<tr>
153+
<td>{% markdown() %} [htmx-json](https://github.com/mariusGundersen/htmx-json) {% end %}</td>
154+
<td>{% markdown() %} Support JSON response by transforming the html directly. This is a slightly different appreach than client-side-templates. {% end %}</td>
155+
</tr>
152156
</tbody>
153157
<tbody>
154158
<tr><th scope="rowgroup" colspan="2">Integrations</th></tr>

0 commit comments

Comments
 (0)