KspData Class KerbalData - KSP Data Unlocked!
Top level data conversion/access class. This core class is used by higher level clasess to load and convert data as needed. KspData and the underlying converters are netural to context and only deal with data format conversion. Any vaild JSON or KSP data file can be converted even if the fields in the data do not match a particular game or even are used at all. Note that when adding data and fields not supported by KSP you may have unpredictable behavior up to and including deletion of your save file on attempted load.
Inheritance Hierarchy

Online System Object
  KerbalData KspData

Namespace: KerbalData
Assembly: KerbalData (in KerbalData.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static class KspData
See Also