Click or drag to resize

Drawing2DTemplateManagerParseJson Method

내부 관리용 json 파일 Dictionary형식으로 파싱

Namespace:  VIZCore3D.NET.Manager
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public Dictionary<string, List<string>> ParseJson(
	string json
)

Parameters

json
Type: SystemString
json 파일 내용

Return Value

Type: DictionaryString, ListString
Template Dictionary
See Also