Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
JSONVariantWriter.cpp File Reference
#include "JSONVariantWriter.h"
#include "utils/Variant.h"
#include <rapidjson/prettywriter.h>
#include <rapidjson/stringbuffer.h>
#include <rapidjson/writer.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 )