// C++/WinRT v2.0.250303.1 // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once #ifndef WINRT_Windows_Data_Json_0_H #define WINRT_Windows_Data_Json_0_H WINRT_EXPORT namespace winrt::Windows::Data::Json { enum class JsonErrorStatus : int32_t { Unknown = 0, InvalidJsonString = 1, InvalidJsonNumber = 2, JsonValueNotFound = 3, ImplementationLimit = 4, }; enum class JsonValueType : int32_t { Null = 0, Boolean = 1, Number = 2, String = 3, Array = 4, Object = 5, }; struct IJsonArray; struct IJsonArrayStatics; struct IJsonErrorStatics2; struct IJsonObject; struct IJsonObjectStatics; struct IJsonObjectWithDefaultValues; struct IJsonValue; struct IJsonValueStatics; struct IJsonValueStatics2; struct JsonArray; struct JsonError; struct JsonObject; struct JsonValue; } namespace winrt::impl { template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = enum_category; }; template <> struct category{ using type = enum_category; }; template <> inline constexpr auto& name_v = L"Windows.Data.Json.JsonArray"; template <> inline constexpr auto& name_v = L"Windows.Data.Json.JsonError"; template <> inline constexpr auto& name_v = L"Windows.Data.Json.JsonObject"; template <> inline constexpr auto& name_v = L"Windows.Data.Json.JsonValue"; template <> inline constexpr auto& name_v = L"Windows.Data.Json.JsonErrorStatus"; template <> inline constexpr auto& name_v = L"Windows.Data.Json.JsonValueType"; template <> inline constexpr auto& name_v = L"Windows.Data.Json.IJsonArray"; template <> inline constexpr auto& name_v = L"Windows.Data.Json.IJsonArrayStatics"; template <> inline constexpr auto& name_v = L"Windows.Data.Json.IJsonErrorStatics2"; template <> inline constexpr auto& name_v = L"Windows.Data.Json.IJsonObject"; template <> inline constexpr auto& name_v = L"Windows.Data.Json.IJsonObjectStatics"; template <> inline constexpr auto& name_v = L"Windows.Data.Json.IJsonObjectWithDefaultValues"; template <> inline constexpr auto& name_v = L"Windows.Data.Json.IJsonValue"; template <> inline constexpr auto& name_v = L"Windows.Data.Json.IJsonValueStatics"; template <> inline constexpr auto& name_v = L"Windows.Data.Json.IJsonValueStatics2"; template <> inline constexpr guid guid_v{ 0x08C1DDB6,0x0CBD,0x4A9A,{ 0xB5,0xD3,0x2F,0x85,0x2D,0xC3,0x7E,0x81 } }; // 08C1DDB6-0CBD-4A9A-B5D3-2F852DC37E81 template <> inline constexpr guid guid_v{ 0xDB1434A9,0xE164,0x499F,{ 0x93,0xE2,0x8A,0x8F,0x49,0xBB,0x90,0xBA } }; // DB1434A9-E164-499F-93E2-8A8F49BB90BA template <> inline constexpr guid guid_v{ 0x404030DA,0x87D0,0x436C,{ 0x83,0xAB,0xFC,0x7B,0x12,0xC0,0xCC,0x26 } }; // 404030DA-87D0-436C-83AB-FC7B12C0CC26 template <> inline constexpr guid guid_v{ 0x064E24DD,0x29C2,0x4F83,{ 0x9A,0xC1,0x9E,0xE1,0x15,0x78,0xBE,0xB3 } }; // 064E24DD-29C2-4F83-9AC1-9EE11578BEB3 template <> inline constexpr guid guid_v{ 0x2289F159,0x54DE,0x45D8,{ 0xAB,0xCC,0x22,0x60,0x3F,0xA0,0x66,0xA0 } }; // 2289F159-54DE-45D8-ABCC-22603FA066A0 template <> inline constexpr guid guid_v{ 0xD960D2A2,0xB7F0,0x4F00,{ 0x8E,0x44,0xD8,0x2C,0xF4,0x15,0xEA,0x13 } }; // D960D2A2-B7F0-4F00-8E44-D82CF415EA13 template <> inline constexpr guid guid_v{ 0xA3219ECB,0xF0B3,0x4DCD,{ 0xBE,0xEE,0x19,0xD4,0x8C,0xD3,0xED,0x1E } }; // A3219ECB-F0B3-4DCD-BEEE-19D48CD3ED1E template <> inline constexpr guid guid_v{ 0x5F6B544A,0x2F53,0x48E1,{ 0x91,0xA3,0xF7,0x8B,0x50,0xA6,0x34,0x5C } }; // 5F6B544A-2F53-48E1-91A3-F78B50A6345C template <> inline constexpr guid guid_v{ 0x1D9ECBE4,0x3FE8,0x4335,{ 0x83,0x92,0x93,0xD8,0xE3,0x68,0x65,0xF0 } }; // 1D9ECBE4-3FE8-4335-8392-93D8E36865F0 template <> struct default_interface{ using type = winrt::Windows::Data::Json::IJsonArray; }; template <> struct default_interface{ using type = winrt::Windows::Data::Json::IJsonObject; }; template <> struct default_interface{ using type = winrt::Windows::Data::Json::IJsonValue; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall GetObjectAt(uint32_t, void**) noexcept = 0; virtual int32_t __stdcall GetArrayAt(uint32_t, void**) noexcept = 0; virtual int32_t __stdcall GetStringAt(uint32_t, void**) noexcept = 0; virtual int32_t __stdcall GetNumberAt(uint32_t, double*) noexcept = 0; virtual int32_t __stdcall GetBooleanAt(uint32_t, bool*) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall Parse(void*, void**) noexcept = 0; virtual int32_t __stdcall TryParse(void*, void**, bool*) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall GetJsonStatus(int32_t, int32_t*) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall GetNamedValue(void*, void**) noexcept = 0; virtual int32_t __stdcall SetNamedValue(void*, void*) noexcept = 0; virtual int32_t __stdcall GetNamedObject(void*, void**) noexcept = 0; virtual int32_t __stdcall GetNamedArray(void*, void**) noexcept = 0; virtual int32_t __stdcall GetNamedString(void*, void**) noexcept = 0; virtual int32_t __stdcall GetNamedNumber(void*, double*) noexcept = 0; virtual int32_t __stdcall GetNamedBoolean(void*, bool*) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall Parse(void*, void**) noexcept = 0; virtual int32_t __stdcall TryParse(void*, void**, bool*) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall GetNamedValueOrDefault(void*, void*, void**) noexcept = 0; virtual int32_t __stdcall GetNamedObjectOrDefault(void*, void*, void**) noexcept = 0; virtual int32_t __stdcall GetNamedStringOrDefault(void*, void*, void**) noexcept = 0; virtual int32_t __stdcall GetNamedArrayOrDefault(void*, void*, void**) noexcept = 0; virtual int32_t __stdcall GetNamedNumberOrDefault(void*, double, double*) noexcept = 0; virtual int32_t __stdcall GetNamedBooleanOrDefault(void*, bool, bool*) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_ValueType(int32_t*) noexcept = 0; virtual int32_t __stdcall Stringify(void**) noexcept = 0; virtual int32_t __stdcall GetString(void**) noexcept = 0; virtual int32_t __stdcall GetNumber(double*) noexcept = 0; virtual int32_t __stdcall GetBoolean(bool*) noexcept = 0; virtual int32_t __stdcall GetArray(void**) noexcept = 0; virtual int32_t __stdcall GetObject(void**) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall Parse(void*, void**) noexcept = 0; virtual int32_t __stdcall TryParse(void*, void**, bool*) noexcept = 0; virtual int32_t __stdcall CreateBooleanValue(bool, void**) noexcept = 0; virtual int32_t __stdcall CreateNumberValue(double, void**) noexcept = 0; virtual int32_t __stdcall CreateStringValue(void*, void**) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall CreateNullValue(void**) noexcept = 0; }; }; template struct consume_Windows_Data_Json_IJsonArray { auto GetObjectAt(uint32_t index) const; auto GetArrayAt(uint32_t index) const; auto GetStringAt(uint32_t index) const; auto GetNumberAt(uint32_t index) const; auto GetBooleanAt(uint32_t index) const; }; template <> struct consume { template using type = consume_Windows_Data_Json_IJsonArray; }; template struct consume_Windows_Data_Json_IJsonArrayStatics { auto Parse(param::hstring const& input) const; auto TryParse(param::hstring const& input, winrt::Windows::Data::Json::JsonArray& result) const; }; template <> struct consume { template using type = consume_Windows_Data_Json_IJsonArrayStatics; }; template struct consume_Windows_Data_Json_IJsonErrorStatics2 { auto GetJsonStatus(int32_t hresult) const; }; template <> struct consume { template using type = consume_Windows_Data_Json_IJsonErrorStatics2; }; template struct consume_Windows_Data_Json_IJsonObject { auto GetNamedValue(param::hstring const& name) const; auto SetNamedValue(param::hstring const& name, winrt::Windows::Data::Json::IJsonValue const& value) const; auto GetNamedObject(param::hstring const& name) const; auto GetNamedArray(param::hstring const& name) const; auto GetNamedString(param::hstring const& name) const; auto GetNamedNumber(param::hstring const& name) const; auto GetNamedBoolean(param::hstring const& name) const; }; template <> struct consume { template using type = consume_Windows_Data_Json_IJsonObject; }; template struct consume_Windows_Data_Json_IJsonObjectStatics { auto Parse(param::hstring const& input) const; auto TryParse(param::hstring const& input, winrt::Windows::Data::Json::JsonObject& result) const; }; template <> struct consume { template using type = consume_Windows_Data_Json_IJsonObjectStatics; }; template struct consume_Windows_Data_Json_IJsonObjectWithDefaultValues { auto GetNamedValue(param::hstring const& name, winrt::Windows::Data::Json::JsonValue const& defaultValue) const; auto GetNamedObject(param::hstring const& name, winrt::Windows::Data::Json::JsonObject const& defaultValue) const; auto GetNamedString(param::hstring const& name, param::hstring const& defaultValue) const; auto GetNamedArray(param::hstring const& name, winrt::Windows::Data::Json::JsonArray const& defaultValue) const; auto GetNamedNumber(param::hstring const& name, double defaultValue) const; auto GetNamedBoolean(param::hstring const& name, bool defaultValue) const; }; template <> struct consume { template using type = consume_Windows_Data_Json_IJsonObjectWithDefaultValues; }; template struct consume_Windows_Data_Json_IJsonValue { [[nodiscard]] auto ValueType() const; auto Stringify() const; auto GetString() const; auto GetNumber() const; auto GetBoolean() const; auto GetArray() const; auto GetObject() const; }; template <> struct consume { template using type = consume_Windows_Data_Json_IJsonValue; }; template struct consume_Windows_Data_Json_IJsonValueStatics { auto Parse(param::hstring const& input) const; auto TryParse(param::hstring const& input, winrt::Windows::Data::Json::JsonValue& result) const; auto CreateBooleanValue(bool input) const; auto CreateNumberValue(double input) const; auto CreateStringValue(param::hstring const& input) const; }; template <> struct consume { template using type = consume_Windows_Data_Json_IJsonValueStatics; }; template struct consume_Windows_Data_Json_IJsonValueStatics2 { auto CreateNullValue() const; }; template <> struct consume { template using type = consume_Windows_Data_Json_IJsonValueStatics2; }; } #endif