Utility.ToJObject(ExpandoObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Newtonsoft.Json.Linq.JObject ToJObject(System.Dynamic.ExpandoObject value);
static member ToJObject : System.Dynamic.ExpandoObject -> Newtonsoft.Json.Linq.JObject
Public Function ToJObject (value As ExpandoObject) As JObject
Parameters
- value
- ExpandoObject
Returns
Newtonsoft.Json.Linq.JObject