Method: JsonCompare::Comparer#get_diffs_struct
- Defined in:
- lib/json-compare/comparer.rb
#get_diffs_struct ⇒ Object
Returns diffs-hash with bare structure
100 101 102 |
# File 'lib/json-compare/comparer.rb', line 100 def get_diffs_struct {:append => {}, :remove => {},:update => {}} end |