LPDHelpers..::..ToCDT Method (IEnumerable<(Of <(<'JsonDocument>)>)>)
This will convert a list of JsonDocument to a list of dictionary items.
Namespace:
Aerospike.ClientAssembly: Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)
Syntax
public static IEnumerable<IDictionary<string, Object>> ToCDT( IEnumerable<JsonDocument> documentLst )
Parameters
- documentLst
- Type: IEnumerable<(Of <(<'JsonDocument>)>)>
A list of JSON documents/JObjects