JRaw public class JRaw : JValue Represents a raw JSON string. Documentation public JRaw(JRaw other) Initializes a new instance of the JRaw class from another JRaw object. public JRaw(object rawJson) Initializes a new instance of the JRaw class. public static JRaw Create(JsonReader reader) Creates an instance of JRaw with the content of the reader's current token.