PackageConfigToJsonString Method |
The current
PackageConfig serialized into JSON (using the default options), in string form.
Namespace: Demo3D.PackageManagerAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic string ToJsonString()
Return Value
StringThe JSON representation of the
PackageConfig, in string form.
See Also