Click or drag to resize

JsonSerializerDeserializeArray(String) Method

Deserialize a json array as an IEnumerable of BsonValue

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static IEnumerable<BsonValue> DeserializeArray(
	string json
)

Parameters

json  String
 

Return Value

IEnumerableBsonValue
See Also