JsonFile
Assembly: uMod.Core.dll
Inheritance ObjectDataFile JsonFile
Implements IDataFile, IDataObject
Summary
Represents a json file
Constructors
Name | Summary |
|---|---|
JsonFile ( | Create new json file |
JsonFile ( | Create new json file with specified serializer settings |
Properties
Name | Summary |
|---|---|
Extension | Gets json file extension |
Formatting | Json serialization formatting |
Methods
Name | Summary |
|---|---|
FromString ( | Deserialize json object from string |
ToAttachment ( | Converts json file to file attachment |
ToString () | Serialize json file to string |
Static Methods
Name | Summary |
|---|---|
GetDefaultJsonSerializerSettings () | Gets default serializer settings |