Skip to content

Commit

Permalink
Add JSON streaming parser and configuration database libraries (#…
Browse files Browse the repository at this point in the history
…2892)

This PR adds an initial release of the `ConfigDB` library which arose from discussion #2871. The library does not use `ArduinoJson` but instead a streaming parser which is a useful addition and well suited to parsing and filtering large data sets.
  • Loading branch information
mikee47 authored Oct 20, 2024
1 parent 166d5fe commit 3892590
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,10 @@
path = Sming/Libraries/Arduino_TensorFlowLite
url = https://github.com/slaff/Arduino_TensorFlowLite.git
ignore = dirty
[submodule "Libraries.ConfigDB"]
path = Sming/Libraries/ConfigDB
url = https://github.com/mikee47/ConfigDB
ignore = dirty
[submodule "Libraries.CS5460"]
path = Sming/Libraries/CS5460/CS5460
url = https://github.com/xxzl0130/CS5460.git
Expand Down Expand Up @@ -281,6 +285,10 @@
path = Sming/Libraries/ITEADLIB_Arduino_Nextion
url = https://github.com/itead/ITEADLIB_Arduino_Nextion.git
ignore = dirty
[submodule "Libraries.JsonStreamingParser"]
path = Sming/Libraries/JsonStreamingParser
url = https://github.com/mikee47/JsonStreamingParser
ignore = dirty
[submodule "Libraries.libsodium"]
path = Sming/Libraries/libsodium/libsodium
url = https://github.com/jedisct1/libsodium.git
Expand Down
1 change: 1 addition & 0 deletions Sming/Libraries/ConfigDB
Submodule ConfigDB added at 034ec0
1 change: 1 addition & 0 deletions Sming/Libraries/JsonStreamingParser
Submodule JsonStreamingParser added at 46c827

0 comments on commit 3892590

Please sign in to comment.