PackageConfigFromJsonString Method |
Deserializes the
PackageConfig from a JSON string, using the default options.
Namespace:
Demo3D.PackageManager
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic static PackageConfig FromJsonString(
string json
)
Parameters
- json
- Type: SystemString
The JSON string to deserialize.
Return Value
Type:
PackageConfigA
PackageConfig deserialized from the given JSON string.
See Also