Converts the object to a JToken.
public static JToken ToJToken(object value)
| parameter | description |
|---|---|
| value | The value. |
The JToken.
Converts the object to a JToken.
public static JToken ToJToken(object value, JsonSettings? settings)
| parameter | description |
|---|---|
| value | The value. |
| settings | The settings. |
The JToken.