Skip to content

Commit 2480fdb

Browse files
committed
Add JSON_Stream helper
1 parent 6a3afa6 commit 2480fdb

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -956,3 +956,6 @@
956956
[submodule "libraries/helpers/usb_host_descriptors"]
957957
path = libraries/helpers/usb_host_descriptors
958958
url = https://github.com/adafruit/Adafruit_CircuitPython_USB_Host_Descriptors.git
959+
[submodule "libraries/helpers/json_stream"]
960+
path = libraries/helpers/json_stream
961+
url = https://github.com/adafruit/Adafruit_CircuitPython_JSON_Stream.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ Helpers for interfacing with the internet, including IoT protocols.
119119

120120
Fake Requests <https://docs.circuitpython.org/projects/fakerequests/en/latest/>
121121
HTTP Server <https://docs.circuitpython.org/projects/httpserver/en/latest/>
122+
JSON Stream <https://docs.circuitpython.org/projects/json_stream/en/latest/>
122123
JSON Web Token (JWT) <https://docs.circuitpython.org/projects/jwt/en/latest/>
123124
MiniMQTT <https://docs.circuitpython.org/projects/minimqtt/en/latest/>
124125
NTP (Network time Protocol) <https://docs.circuitpython.org/projects/ntp/en/latest/>

libraries/helpers/json_stream

Submodule json_stream added at cb917d6

0 commit comments

Comments
 (0)