Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.

Are IoUtils still available?


giuliomoro

they are actually in core/ and include/ as they are used by the core, so the include is simply #include <MiscUtilities.h>.


giuliomoro

You may also use the JSON class. Similarly, this is not currently libraries, so you only need #include <JSON.h>


nickcamillo

Are there any examples of how to use JSON::Parse?


giuliomoro

not too many. Some here https://github.com/BelaPlatform/Bela/blob/master/libraries/Scope/Scope.cpp and then in some of the examples:

Trill/general-settings/render.cpp
Trill/craft-visual/render.cpp
Trill/multiple-devices/render.cpp
Trill/flex-visual/render.cpp
Gui/frequency-response/render.cpp
PureData/custom-render/render.cpp
PureData/custom-render-ultrasonic-distance-sensor/render.cpp