Synergy JSON API

The JSON API enables you to process JavaScript Object Notation (JSON) from your Synergy application in a way that is structurally compatible with Microsoft’s .NET implementation of System.Text.JSON. The Synergy JSON class objects are in the JSON namespace.

Json.JsonDocument - Entry point for processing JSON data

Json.JsonElement - Represent each building block of JSON data

Json.JsonValueKind - Specify a JSON value’s data type

Json.Utf8JsonWriter - Write UTF-8 encoded JSON text with no caching