Module: JSON
- Defined in:
- lib/emf/emf_nav.rb
Class Method Summary collapse
Class Method Details
.load_file(path, max_nesting = 100) ⇒ Object
4 5 6 |
# File 'lib/emf/emf_nav.rb', line 4 def self.load_file(path,max_nesting=100) parse(File.read(path),{max_nesting: max_nesting}) end |