JsonUtils 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.
public static class JsonUtils { }
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 |
LoadJsonObject<T>(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 |
LoadJsonToken(string)
(static)
Loads and parses the JSON token in the file at the specified |
LoadJsonToken<T>(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 |
ParseJsonArray<T>(string)
(static)
Parses the specified |
ParseJsonObject(string)
(static)
Parses the specified |
ParseJsonObject<T>(string)
(static)
Parses the specified |
Parses the specified |
ParseJsonToken(string)
(static)
Parses the specified |
ParseJsonToken<T>(string)
(static)
Parses the specified |
Parses the specified |
SaveJsonArray(string, JArray)
(static)
Saves the specified |
Saves the specified JArray to the file at |
SaveJsonArray(string, JObject[])
(static)
Saves the specified |
Saves the specified |
Saves the specified |
Saves the specified |
SaveJsonArray(string, JToken[])
(static)
Saves the specified |
Saves the specified |
Saves the specified |
Saves the specified |
Saves the specified |
Saves the specified |
SaveJsonArray<T>(string, T[])
(static)
|
Saves the specified |
Saves the specified |
Saves the specified |
Saves the specified |
SaveJsonObject(string, JObject)
(static)
Saves the specified |
Saves the specified |