Exception: JSON::NestingError
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
ParserError,
JSONError,
StandardError
|
|
|
Instance Chain:
self,
ParserError,
JSONError,
StandardError
|
|
| Inherits: |
JSON::ParserError
|
| Defined in: | ext/json/lib/json/common.rb |
Overview
This exception is raised if the nesting of parsed data structures is too deep.
Instance Attribute Summary
ParserError - Inherited
Instance Method Summary
ParserError - Inherited
| #json_path | Returns a best effort JSONPath string representing where in the document the parser encountered an error: |
| #build_json_path | |