Table of Contents

Class Utf8JsonWriterExtensions

Namespace
Songhay.Extensions
Assembly
SonghayCore.dll

Extensions of Utf8JsonWriter

public static class Utf8JsonWriterExtensions
Inheritance
Utf8JsonWriterExtensions
Inherited Members

Methods

WriteObject(Utf8JsonWriter?, Action?)

public static Utf8JsonWriter? WriteObject(this Utf8JsonWriter? writer, Action? writerAction)

Parameters

writer Utf8JsonWriter

the Utf8JsonWriter

writerAction Action

Returns

Utf8JsonWriter

Remarks

This method is for building a JSON object.

WriteObject(Utf8JsonWriter?, string, Action?)

public static Utf8JsonWriter? WriteObject(this Utf8JsonWriter? writer, string propertyName, Action? writerAction)

Parameters

writer Utf8JsonWriter

the Utf8JsonWriter

propertyName string
writerAction Action

Returns

Utf8JsonWriter

Remarks

This method is for building a JSON object for a JSON property.