JsonExtensionsToJsonString Method |
Namespace: DotNetBrowser.Js
public static string ToJsonString( this IJsObject jsObject )
Exception | Condition |
---|---|
JsException | The given JavaScript object cannot be converted to a JSON string. For example, a circular reference was found in the given JavaScript object. |