| Module | VCR::Cassette::Serializers::JSON |
| In: |
lib/vcr/cassette/serializers/json.rb
|
| ENCODING_ERRORS | = | [MultiJson::DecodeError, ArgumentError] | @private |
Deserializes the given string using `MultiJson`.
@param [String] string the JSON string @return [Hash] the deserialized object