KspData LoadJsonFile T  Method (String) KerbalData - KSP Data Unlocked!
Loads a JSON formatting file into requested type

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

public static T LoadJsonFile<T>(
	string path
)
Type Parameters

T
model to map to

Return Value

object instance
See Also