Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static class: RT.Json.JsonExtensions

Summary

Provides extension methods for the JSON types.

Static methods

JsonDict
ToJsonDict<T>(this IEnumerable<T> source, Func<T, string> keySelector, Func<T, JsonValue> valueSelector)
Creates a JsonDict from an input collection.
JsonList
ToJsonList(this IEnumerable<JsonValue> source)
Creates a JsonList from an input collection.
JsonList
ToJsonList(this IEnumerable<string> source)
JsonList
ToJsonList<T>(this IEnumerable<T> source, Func<T, JsonValue> elementSelector)