The KspData type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| Convert(JToken) |
Converts a JSON object to a KSP string
| |
| Convert(String) |
Converts a KSP data string to JSON
| |
| LoadJsonFile |
Loads the JSON file found at the provided path
| |
| LoadKspFile |
Loads a the KSP data file found at the provided path.
| |
| SaveFile |
Saves provided data to KSP data format at the provided path
|
See Also