Click or drag to resize

PackageConfigToJsonString Method

The current PackageConfig serialized into JSON (using the default options), in string form.

Namespace: Demo3D.PackageManager
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public string ToJsonString()

Return Value

String
The JSON representation of the PackageConfig, in string form.
See Also