Exception: JSON::MissingUnicodeSupport
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
           JSONError,
          StandardError | |
| Instance Chain: 
          self,
           JSONError,
          StandardError | |
| Inherits: | JSON::JSONError 
 | 
| Defined in: | ext/json/lib/json/common.rb | 
Overview
This exception is raised if the required unicode support is missing on the system. Usually this means that the iconv library is not installed.