Legend
public static JsonList ToJsonList<T>( this IEnumerable<T> source, Func<T, JsonValue> elementSelector )