Class Her::Middleware::FirstLevelParseJSON
In: lib/her/middleware/first_level_parse_json.rb
Parent: ParseJSON

This middleware treat the received first-level JSON structure as the resource data.

Methods

on_complete   parse  

Public Instance methods

This method is triggered when the response has been received. It modifies the value of `env[:body]`.

@param [Hash] env The response environment @private

Parse the response body

@param [String] body The response body @return [Mixed] the parsed response @private

[Validate]