I generated an lld json array:
What I was hoping to accomplish is having 4 items generated for each tool.
something like
key1."Standard Tool".actual
key1."Standard Tool".running
key1."Standard Tool".pending
key1."Standard Tool".target
and same for the other 3 tools.
is this possible at all?
If yes, can I have a pointer with some explanation how to accomplish this?
If no: how should I tackle this so I might get the items I need?
thanks,
Ronald.
Code:
testhost key1 1427037241 {"data":
[{"{#TARGET}":40,"{#ACTUAL}":40,"{#RUNNING}":0,"{#PENDING}":0,"{#TOOL}":"Standard Tool"}
,{"{#TARGET}":1,"{#ACTUAL}":1,"{#RUNNING}":0,"{#PENDING}":0,"{#TOOL}":"Internal Tool"}
,{"{#TARGET}":1,"{#ACTUAL}":1,"{#RUNNING}":0,"{#PENDING}":0,"{#TOOL}":"Conflict Tool"}
,{"{#TARGET}":1,"{#ACTUAL}":1,"{#RUNNING}":0,"{#PENDING}":0,"{#TOOL}":"Scheduler Tool"}
]}
something like
key1."Standard Tool".actual
key1."Standard Tool".running
key1."Standard Tool".pending
key1."Standard Tool".target
and same for the other 3 tools.
is this possible at all?
If yes, can I have a pointer with some explanation how to accomplish this?
If no: how should I tackle this so I might get the items I need?
thanks,
Ronald.
Comment