JsonHelper Class
Namespace | Skybrud.Essentials.Json |
---|---|
Assembly | Skybrud.Essentials.dll |
Visibility | Public |
Keywords | Static |
Inheritance | Object |
Utility class with various static helper methods for working with JSON.
[Obsolete("Use the JsonUtils class instead.")]
public static class JsonHelper { }
Methods
LoadJsonArray(string)
(static)
Loads and parses the JSON array in the file at the specified |
Loads and parses the JSON object in the file at the specified |
LoadJsonObject(string)
(static)
Loads and parses the JSON object in the file at the specified |
Loads and parses the JSON object in the file at the specified |
ParseJsonArray(string)
(static)
Parses the specified |
Parses the specified |
ParseJsonObject(string)
(static)
Parses the specified |
Parses the specified |
SaveJsonArray(string, JArray)
(static)
Saves the specified JArray to the file at |
Saves the specified JArray to the file at |
SaveJsonArray(string, JToken[])
(static)
Saves the specified array of JToken to the file at |
Saves the specified array of JToken to the file at |
Saves the specified array of JsonObjectBase to the file at |
Saves the specified array of JsonObjectBase to the file at |
Saves the specified JsonObjectBase to the file at |
Saves the specified JsonObjectBase to the file at |
SaveJsonObject(string, JObject)
(static)
Saves the specified JObject to the file at |
Saves the specified JObject to the file at |