Table of Contents

Method WriteList

Namespace
LMKit.Document.Annotations
Assembly
LM-Kit.NET.dll

WriteList(IEnumerable<Annotation>)

Serializes a list of records to a canonical JSON array.

public static string WriteList(IEnumerable<Annotation> annotations)

Parameters

annotations IEnumerable<Annotation>

Returns

string
Share