Method ParseBatch
- Namespace
- LMKit.Document.Annotations
- Assembly
- LM-Kit.NET.dll
ParseBatch(string)
Parses a commit batch from its canonical JSON
({"create":[…],"update":[…],"delete":[{"id","pageIndex"},…]}). Tolerant:
absent arrays stay null, malformed entries are skipped.
public static AnnotationBatch ParseBatch(string json)
Parameters
jsonstring