JsonHelpers 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 JsonHelpers { }
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 |
Saves the specified JsonObjectBase to the file at |
Saves the specified JsonObjectBase to the file at |
SaveJsonObject(string, JObject)
(static)
Saves the specified JsonObjectBase to the file at |
Saves the specified JsonObjectBase to the file at |