Skip to content

Commit

Permalink
Merge pull request #436 from tannewt/json_stream
Browse files Browse the repository at this point in the history
Add JSON_Stream helper
  • Loading branch information
FoamyGuy authored Sep 10, 2023
2 parents 6a3afa6 + 2480fdb commit a203993
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -956,3 +956,6 @@
[submodule "libraries/helpers/usb_host_descriptors"]
path = libraries/helpers/usb_host_descriptors
url = https://github.com/adafruit/Adafruit_CircuitPython_USB_Host_Descriptors.git
[submodule "libraries/helpers/json_stream"]
path = libraries/helpers/json_stream
url = https://github.com/adafruit/Adafruit_CircuitPython_JSON_Stream.git
1 change: 1 addition & 0 deletions docs/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ Helpers for interfacing with the internet, including IoT protocols.

Fake Requests <https://docs.circuitpython.org/projects/fakerequests/en/latest/>
HTTP Server <https://docs.circuitpython.org/projects/httpserver/en/latest/>
JSON Stream <https://docs.circuitpython.org/projects/json_stream/en/latest/>
JSON Web Token (JWT) <https://docs.circuitpython.org/projects/jwt/en/latest/>
MiniMQTT <https://docs.circuitpython.org/projects/minimqtt/en/latest/>
NTP (Network time Protocol) <https://docs.circuitpython.org/projects/ntp/en/latest/>
Expand Down
1 change: 1 addition & 0 deletions libraries/helpers/json_stream
Submodule json_stream added at cb917d

0 comments on commit a203993

Please sign in to comment.