Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
JSONVariantWriter.cpp File Reference
#include "JSONVariantWriter.h"
#include <rapidjson/prettywriter.h>
#include <rapidjson/stringbuffer.h>
#include <rapidjson/writer.h>
#include "utils/Variant.h"

Functions

template<class TWriter >
bool InternalWrite (TWriter &writer, const CVariant &value)
 

Function Documentation

◆ InternalWrite()

template<class TWriter >
bool InternalWrite ( TWriter &  writer,
const CVariant value 
)