class Nice::JSONParser

Public Instance Methods

parse_to_array(context) click to toggle source
# File lib/nice/diff/parser.rb, line 13
def parse_to_array(context)
        context.key = 'Key'
        [JSON.parse(context.expected_file), JSON.parse(context.actual_file)]
end