Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: IEnumerable<string> ToEnumerable(JsonValue)

Declaration

public static IEnumerable<string> ToEnumerable(
    JsonValue value
)

Summary

Lazy-converts the JSON value to a JSON string that parses back to this value. Supports null values.