Access UDT parameter in script

What about this:

or this:

value = system.tag.read("New Tag3").value
value = system.util.jsonDecode(value)
print value
print value['X']
print value['Y']
print value['Z']

This post explain it…
EDIT: I just realized that @Kevin.Herron already explained this to you 11 days ago…?