C# Class FMData.Rest.NullJsonWriter

When including nulls, we write null as empty string (thanks FileMaker Data API.)
Inheritance: JsonTextWriter
Exibir arquivo Open project: fuzzzerd/fmdata Class Usage Examples

Public Methods

Method Description
NullJsonWriter ( TextWriter textWriter ) : Newtonsoft.Json
WriteNull ( ) : void

Method Details

NullJsonWriter() public method

public NullJsonWriter ( TextWriter textWriter ) : Newtonsoft.Json
textWriter TextWriter
return Newtonsoft.Json

WriteNull() public method

public WriteNull ( ) : void
return void