Interface IJsonWriteable
Namespace: P42.Utils
Assembly: P42.Utils.dll
Syntax
public interface IJsonWriteable
Methods
| Improve this Doc View SourceWriteValue(JsonWriter, Boolean)
Declaration
void WriteValue(JsonWriter writer, bool justValues = false)
Parameters
Type | Name | Description |
---|---|---|
Newtonsoft.Json.JsonWriter | writer | |
Boolean | justValues |