parse!(source, opts = {})
Instance Public methods
Parse the JSON document source into a Ruby
data structure and return it. The bang version of the parse method defaults
to the more dangerous values for the opts hash, so be sure only to
parse trusted source documents.
opts can have the following keys:
max_nesting: The maximum depth of nesting allowed in the
parsed data structures. Enable depth checking with :max_nesting =>
anInteger. The parse! methods defaults to not doing max