KspData LoadKspFile Method KerbalData - KSP Data Unlocked!
Loads a the KSP data file found at the provided path.

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

public static JObject LoadKspFile(
	string path
)

Return Value

de-serialized JSON object containing KSP data
See Also