public static class JsonHelper
DefaultSerializerOptions | Gets a default set of Json Serializer options. |
DeserializeFileT | Reads a Json file and populates an object. |
DeserializeJsonT | Reads a Json string and populates an object. |
DeserializeListT | Populates a list of objects from a Json string. |
ReadAppSettings | Returns a collection of settings from a Json application settings file. |
ReadJsonFromFile | Reads the Json from a file. |
SerializeT(T, JsonSerializerOptions) | Returns a Json string of the provided object type. |
SerializeT(T, String, JsonSerializerOptions) | Writes a Json file of the provided object type. |