FromObject Method (o) From Json.NET previous page next page Json.NET - Quick Starts & API Documentation FromObject Method (o) Namespaces ► Newtonsoft.Json.Linq ► JArray ► FromObject(Object) C# Visual Basic Visual C++ Creates a JArray from an object. Declaration Syntax C# Visual Basic Visual C++ public static JArray FromObject( Object o ) Public Shared Function FromObject ( _ o As Object _ ) As JArray public: static JArray^ FromObject( Object^ o ) Parameters o (Object) The object that will be used to create JArray. Return Value A JArray with the values of the specified object Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623) previous page start next page