PackageVersionLoadFromJson Method |
Deserializes a
PackageVersion from the given JSON string, using the default deserialization options.
Namespace:
Demo3D.PackageManager
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic static PackageVersion LoadFromJson(
string json
)
Parameters
- json
- Type: SystemString
The JSON string representation of the PackageVersion.
Return Value
Type:
PackageVersionA
PackageVersion loaded from the given JSON string.
See Also