1 instantiation of JsonObject
Microsoft.TestPlatform.CommunicationUtilities (1)
Json\Jsonite\Jsonite.cs (1)
1642
? new
JsonObject
()
2 references to JsonObject
Microsoft.TestPlatform.CommunicationUtilities (2)
Json\Jsonite\Jsonite.cs (2)
1613
/// The default implementation of <see cref="IJsonReflector"/> that allows to deserialize a JSON text to a generic <see cref="IDictionary{TKey,TValue}"/> <see cref="
JsonObject
"/> or <see cref="JsonArray"/>.
1641
return expectedType == typeof(object) || expectedType == typeof (
JsonObject
) || expectedType.GetTypeInfo().IsInterface