I have the following json output - I've tried multiple things however not having any luck - I just want to get the value for kind (software-package). Any ideas:
{"items":
[{"assets":
[{"kind":"software-package","url":"__URL__"}],
"metadata":{"bundle-identifier":"SimpleCalculator",
"bundle-version":"000","kind":"software",
"title":"com.work.demo","subtitle":"1.0"}
Thanks,