Class JRaw | Azure SDK for Net
Rachel Ross
Published Feb 16, 2026
Inheritance
JRaw
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: Newtonsoft.Json.dll
Syntax
public class JRaw : Newtonsoft.Json.Linq.JValue Constructors
JRaw(JRaw)
Declaration
public JRaw (Newtonsoft.Json.Linq.JRaw other); Parameters
JRaw(Object)
Declaration
public JRaw (object rawJson); Parameters
Methods
Create(JsonReader)
Declaration
public static Newtonsoft.Json.Linq.JRaw Create (Newtonsoft.Json.JsonReader reader); Parameters
Returns
CreateAsync(JsonReader, CancellationToken)
Declaration
public static System.Threading.Tasks.Task<Newtonsoft.Json.Linq.JRaw> CreateAsync (Newtonsoft.Json.JsonReader reader, System.Threading.CancellationToken cancellationToken = null);