|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Go to the source code of this file.
Functions | |
| std::optional< ModuleInfo > | Steinberg::ModuleInfoLib::parseJson (std::string_view jsonData, std::ostream *optErrorOutput) |
| parse a json formatted string to a ModuleInfo struct | |
| std::optional< ModuleInfo::CompatibilityList > | Steinberg::ModuleInfoLib::parseCompatibilityJson (std::string_view jsonData, std::ostream *optErrorOutput) |
| parse a json formatted string to a ModuleInfo::CompatibilityList | |
| std::optional< ModuleInfo::CompatibilityList > Steinberg::ModuleInfoLib::parseCompatibilityJson | ( | std::string_view | jsonData, |
| std::ostream * | optErrorOutput | ||
| ) |
parse a json formatted string to a ModuleInfo::CompatibilityList
| jsonData | a string view to a json formatted string |
| optErrorOutput | optional error output stream where to print parse error |
Definition at line 509 of file moduleinfoparser.cpp.
| std::optional< ModuleInfo > Steinberg::ModuleInfoLib::parseJson | ( | std::string_view | jsonData, |
| std::ostream * | optErrorOutput | ||
| ) |
parse a json formatted string to a ModuleInfo struct
| jsonData | a string view to a json formatted string |
| optErrorOutput | optional error output stream where to print parse error |
Definition at line 482 of file moduleinfoparser.cpp.