public static void Main()
'jobName': 'Yue_Dev_MT_Job_3',
'jarFilePath': 'hdfs://BN2-1/apps/spark/WorkflowApp-3.0-SNAPSHOT-jar-with-dependencies.jar',
'cosmosSource': 'https://cosmos09.osdinfra.net/cosmos/IndexServePlatform/users/hualiu/input/dd2qSmaller.tsv',
'cosmosDest': 'https://cosmos09.osdinfra.net/cosmos/IndexServePlatform/users/hualiu/output/validation/',
'className': 'com.microsoft.ASG.IPG.DLOP.ValidationWorkFlowMain',
'containerProperties': 'docker_container_exported.properties',
'DockerImagePath': 'https://cosmos09.osdinfra.net/cosmos/objectstore/shares/relevance/DeepLearningModels/hualiu/OutputDockerFile/c87aaaea-1f69-4735-bed2-17d9d12f9397/706e02bd/docker_container_exported.tar',
'ContainerType': 'Linux',
'ContainerCommand': '/model/run.sh offline /model/input.txt /model/output.txt',
'ContainerInput': '/model/input.txt',
'ContainerOutput': '/model/output.txt',
'requiredInstructionSet': ['test']
dynamic stuff = JsonConvert.DeserializeObject(json);
List<string> requestedInstrSet = stuff.requiredInstructionSet;
Console.WriteLine(requestedInstrSet);
Console.WriteLine(requestedInstrSet.GetType());
Console.WriteLine(stuff.user.GetType());
string username = stuff.user;
Console.WriteLine(username);