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
Loading...
Searching...
No Matches
Classes | Enumerations | Functions
jsoncxx.h File Reference
#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)
 

Enumeration Type Documentation

◆ Type

enum class JSON::Type
strong

Definition at line 115 of file jsoncxx.h.

Function Documentation

◆ errorToString()

std::string_view JSON::errorToString ( json_parse_error_e  error)

Definition at line 396 of file jsoncxx.h.