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: 15.0.2.11458
Syntaxpublic string ToJsonString()
Return Value
Type:
StringThe JSON representation of the
PackageConfig, in string form.
See Also