Share via


NSJsonSerialization.IsValidJSONObject(NSObject) Method

Definition

[Foundation.Export("isValidJSONObject:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool IsValidJSONObject(Foundation.NSObject obj);
[<Foundation.Export("isValidJSONObject:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member IsValidJSONObject : Foundation.NSObject -> bool

Parameters

obj
NSObject

Returns

Attributes

Applies to