Table of Contents

Class JsonNodeUtility

Namespace
Songhay
Assembly
SonghayCore.dll

Shared routines for JsonNode

public static class JsonNodeUtility
Inheritance
JsonNodeUtility
Inherited Members

Methods

ConvertToJsonNode(object?)

Converts the specified object to a JsonNode.

public static JsonNode? ConvertToJsonNode(object? data)

Parameters

data object

any object

Returns

JsonNode

Remarks

The primary inspiration for this member is to transform an anonymous object to a JsonNode.

ParseJsonObject(string, ILogger)

public static JsonObject? ParseJsonObject(string json, ILogger logger)

Parameters

json string

the JSON to parse

logger ILogger

the ILogger

Returns

JsonObject