Testing JSON decode

STRING =
{"postage_result":{"service":"Regular Parcel","delivery_time":"Expected delivery time: 2 Business days","total_cost":"24.40","costs":{"cost":[{"cost":21.35,"item":"Regular Parcel"},{"cost":3.05,"item":"Registered Post"},{"cost":"0.00","item":"Extra Cover"}]}}}


Decoded
Regular Parcel

https://auspost.com.au/api/postage/parcel/domestic/calculate?from_postcode=5000&to_postcode=3205&length=10&width=10&height=10&weight=4.5&service_code=AUS_PARCEL_REGULAR&option_code=AUS_SERVICE_OPTION_REGISTERED_POST&suboption_code=AUS_SERVICE_OPTION_EXTRA_COVER&extra_cover=100
Http Code 0