KspData Members KerbalData - KSP Data Unlocked!

The KspData type exposes the following members.
Methods

  NameDescription
Public methodStatic memberConvert(JToken)
Converts a JSON object to a KSP string
Public methodStatic memberConvert(String)
Converts a KSP data string to JSON
Public methodStatic memberLoadJsonFile
Loads the JSON file found at the provided path
Public methodStatic memberLoadKspFile
Loads a the KSP data file found at the provided path.
Public methodStatic memberSaveFile
Saves provided data to KSP data format at the provided path
Back to Top
See Also