# File lib/puppet/external/pson/common.rb, line 151 151: def parse!(source, opts = {}) 152: opts = { 153: :max_nesting => false, 154: :allow_nan => true 155: }.update(opts) 156: PSON.parser.new(source, opts).parse 157: end