C# Class Skybrud.Umbraco.GridData.GridHelpers

Class containg a number of helper methods used internally in this package.
Show file Open project: skybrud/Skybrud.Umbraco.GridData

Public Methods

Method Description
ParseDictionary ( Newtonsoft.Json.Linq.JObject obj ) : string>.Dictionary

Parses the specified obj into a dictionary.

Method Details

ParseDictionary() public static method

Parses the specified obj into a dictionary.
public static ParseDictionary ( Newtonsoft.Json.Linq.JObject obj ) : string>.Dictionary
obj Newtonsoft.Json.Linq.JObject The instance of JObject to be parsed.
return string>.Dictionary