|
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 |
#include "json.h"#include <cassert>#include <cstdlib>#include <optional>#include <string>#include <string_view>#include <variant>Go to the source code of this file.
Classes | |
| struct | JSON::Detail::Base< JsonT > |
| struct | JSON::Detail::Iterator< JsonElement > |
| struct | JSON::SourceLocation |
| struct | JSON::Value |
| struct | JSON::Boolean |
| struct | JSON::String |
| struct | JSON::Number |
| struct | JSON::ObjectElement |
| struct | JSON::Object |
| struct | JSON::ArrayElement |
| struct | JSON::Array |
| struct | JSON::Document |
Enumerations | |
| enum class | Type { Object , Array , String , Number , True , False , Null } |
Functions | |
| std::string_view | JSON::errorToString (json_parse_error_e error) |
| std::string_view JSON::errorToString | ( | json_parse_error_e | error | ) |