Class JRaw
Namespace: System.Dynamic.ExpandoObject
Assembly: Newtonsoft.Json.dll
Syntax
public class JRaw : Newtonsoft.Json.Linq.JValue
Constructors
Declaration
public JRaw (Newtonsoft.Json.Linq.JRaw other);
Parameters
Declaration
public JRaw (object rawJson);
Parameters
Methods
Declaration
public static Newtonsoft.Json.Linq.JRaw Create (Newtonsoft.Json.JsonReader reader);
Parameters
Returns
Declaration
public static System.Threading.Tasks.Task<Newtonsoft.Json.Linq.JRaw> CreateAsync (Newtonsoft.Json.JsonReader reader, System.Threading.CancellationToken cancellationToken = null);
Parameters
Returns
Extension Methods