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

JValue

public object Value { get; set; }

public JValue(JValue other)

public JValue(long value)

public JValue(decimal value)

public JValue(char value)

public JValue(ulong value)

public JValue(double value)

public JValue(float value)

public JValue(DateTime value)

public JValue(DateTimeOffset value)

public JValue(bool value)

public JValue(string value)

public JValue(Guid value)

public JValue(Uri value)

public JValue(TimeSpan value)

public JValue(object value)

public static JValue CreateComment(string value)

public static JValue CreateNull()

public static JValue CreateString(string value)

public static JValue CreateUndefined()

public int CompareTo(JValue obj)

public bool Equals(JValue other)

public string ToString(string format)

public string ToString(IFormatProvider formatProvider)

public string ToString(string format, IFormatProvider formatProvider)