Table of Contents

Method ParseList

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

ParseList(string)

Parses a JSON array of records.

public static List<Annotation> ParseList(string json)

Parameters

json string

Returns

List<Annotation>
Share