KspData LoadJsonFile Method KerbalData - KSP Data Unlocked!
Loads the JSON 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 LoadJsonFile(
	string path
)

Return Value

de-serialized JObject instance
See Also