From e76426b27442b6f2ad0ff9e47fa1725f26012e88 Mon Sep 17 00:00:00 2001 From: Davide Bettio Date: Wed, 6 May 2026 13:04:38 +0200 Subject: [PATCH] extensions.md: add amqtt_client, remove mjson - Add the newly introduced amqtt_client - Remove mjson, now AtomVM has support for Erlang/OTP JSON API Signed-off-by: Davide Bettio --- extensions.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extensions.md b/extensions.md index fbf1641..91cc244 100644 --- a/extensions.md +++ b/extensions.md @@ -55,7 +55,6 @@ for `atomvm_neopixel`) ## Libraries * [`avm_scene`](https://github.com/atomvm/avm_scene) An OTP display orchestration application -* [`mjson`](https://github.com/mbj4668/mjson) Purerlang JSON encoder and decoder designed for -AtomVM +* [`amqtt_client`](https://github.com/atomvm/amqtt/tree/main/amqtt_client) An MQTT client library optimized for AtomVM If you have an extension to AtomVM you would like listed here, please [contact](../contact) us.