Expand description
Constructors§
Methods§
Source§addProjectItemRawResultToJson(value: AddProjectItemRawResult): string
addProjectItemRawResultToJson(value: AddProjectItemRawResult): string
Converts an AddProjectItemRawResult object to a JSON string.
Source§toAddProjectItemRawResult(json: string): AddProjectItemRawResult
toAddProjectItemRawResult(json: string): AddProjectItemRawResult
Converts a JSON string to an AddProjectItemRawResult object.
Utility class for converting between JSON strings and typed objects.