Method Parse
Parse(String)
Parses string representation of Json object and returns the parsed object.
Declaration
public static JsonValueBase Parse(string json)
Parameters
Type | Name | Description |
---|---|---|
System.String | json | Type of Json. |
Returns
Type | Description |
---|---|
JsonValueBase | An abstract class which acts as the base class for all JSON based types in NCache. |