Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JSON_Stream helper #436

Merged
merged 1 commit into from
Sep 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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