C# Class FMData.Rest.NullJsonWriter

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

Méthodes publiques

Méthode Description
NullJsonWriter ( TextWriter textWriter ) : Newtonsoft.Json
WriteNull ( ) : void

Method Details

NullJsonWriter() public méthode

public NullJsonWriter ( TextWriter textWriter ) : Newtonsoft.Json
textWriter TextWriter
Résultat Newtonsoft.Json

WriteNull() public méthode

public WriteNull ( ) : void
Résultat void