Module: JSON

Extended by:
ModuleMethods
Includes:
ModuleMethods
Defined in:
lib/fjson.rb,
lib/parser.rb,
lib/json/editor.rb,
ext/json_ext/json_ext.c

Overview

This module is the namespace for all the JSON related classes. It also defines some module functions to expose a nicer API to users, instead of using the parser and other classes directly.

Defined Under Namespace

Modules: Editor, ModuleMethods Classes: CircularDatastructure, JSONError, Parser, ParserError, State, UnparserError

Method Summary

Methods included from ModuleMethods

parse, pretty_unparse, support_unicode=, support_unicode?, unparse, utf16_to_utf8, utf8_to_json, utf8_to_utf16