<PackageReference Include="Newtonsoft.Json" Version="4.5.10" />

JRaw

public class JRaw : JValue
Represents a raw JSON string.
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.