|
Kodi Documentation
18.0
Kodi is an open source media player and entertainment hub.
|
#include <string.h>#include <stdlib.h>#include <vector>#include "JSONRPCUtils.h"#include "XBDateTime.h"#include "utils/SortUtils.h"#include "playlists/SmartPlayList.h"#include "utils/JSONVariantWriter.h"#include "utils/JSONVariantParser.h"#include "utils/StringUtils.h"#include "utils/Variant.h"Classes | |
| class | JSONRPC::CJSONUtils |
| Helper class containing utility methods to handle json rpc method calls. More... | |
Namespaces | |
| 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... | |