-
85f2c17a
by Mohamad Al-Jaf at 2025-02-13T12:30:14+01:00
windows.web/tests: Remove superfluous cast.
-
fb0de6a4
by Mohamad Al-Jaf at 2025-02-13T12:30:15+01:00
windows.web/tests: Add IJsonValue::get_ValueType() tests.
-
edbe7adc
by Mohamad Al-Jaf at 2025-02-13T12:30:17+01:00
windows.web: Implement IJsonValue::get_ValueType().
-
5ea6372a
by Mohamad Al-Jaf at 2025-02-13T12:30:18+01:00
windows.web: Partially implement IJsonValueStatics::Parse().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56914
-
9d60e5ed
by Mohamad Al-Jaf at 2025-02-13T12:30:19+01:00
windows.web: Add error handling in IJsonValue::GetArray().
-
2dc6e89e
by Mohamad Al-Jaf at 2025-02-13T12:30:21+01:00
windows.web: Add error handling in IJsonValue::GetObject().
-
12e54875
by Mohamad Al-Jaf at 2025-02-13T12:30:22+01:00
windows.web: Implement IJsonValue::GetString().
-
09bed4f5
by Mohamad Al-Jaf at 2025-02-13T12:30:23+01:00
windows.web: Implement IJsonValue::GetNumber().
-
fafa7f33
by Mohamad Al-Jaf at 2025-02-13T12:30:25+01:00
windows.web: Implement IJsonValue::GetBoolean().
-
78a9d5d1
by Mohamad Al-Jaf at 2025-02-13T12:30:44+01:00
windows.web/tests: Add IJsonValueStatics::Parse() tests.