v3.8.0
You can also access response data directly through the response object (with square bracket notation only):
LHC.json.get(url: 'http://datastore/entry/1')[:name]
This makes accessing the data object with .data
unnecessary and direct data retrieval a little more convenient.