Method: InstVarsToHash#to_json

Defined in:
lib/academic_benchmarks/lib/inst_vars_to_hash.rb

#to_json(omit_parent: true, omit_empty_children: true) ⇒ Object



31
32
33
34
35
36
# File 'lib/academic_benchmarks/lib/inst_vars_to_hash.rb', line 31

def to_json(omit_parent: true, omit_empty_children: true)
  to_h(
    omit_parent: omit_parent,
    omit_empty_children: omit_empty_children
  ).to_json
end