IKspDataConverter BuildJson Method KerbalData - KSP Data Unlocked!
Builds a JSON string using the given data context

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

string BuildJson(
	KspDataContext context
)

Parameters

context
Type: KerbalData KspDataContext
data context holding de-serilaized KSP data

Return Value

JSON string veresion of provided data
See Also