Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "JSONRPCUtils.h"
#include "playlists/SmartPlayList.h"
#include "utils/JSONVariantParser.h"
#include "utils/JSONVariantWriter.h"
#include "utils/SortUtils.h"
#include "utils/StringUtils.h"
#include "utils/Variant.h"
#include <stdlib.h>
#include <string.h>
#include <vector>
Classes | |
class | JSONRPC::CJSONUtils |
Helper class containing utility methods to handle json rpc method calls. More... | |
Namespaces | |
namespace | JSONRPC |
Enumerations | |
enum | JSONRPC::JSONSchemaType { JSONRPC::NullValue = 0x01 , JSONRPC::StringValue = 0x02 , JSONRPC::NumberValue = 0x04 , JSONRPC::IntegerValue = 0x08 , JSONRPC::BooleanValue = 0x10 , JSONRPC::ArrayValue = 0x20 , JSONRPC::ObjectValue = 0x40 , JSONRPC::AnyValue = 0x80 } |
Possible value types of a parameter or return type. More... | |