Module: Jsonify
- Defined in:
- lib/jsonify/blank_slate.rb,
lib/jsonify/builder.rb,
lib/jsonify/version.rb,
lib/jsonify/generate.rb,
lib/jsonify/template.rb,
lib/jsonify/json_value.rb
Overview
Jsonify::BlankSlate is based on Jim Weirich’s BlankSlate.
Copyright 2004, 2006 by Jim Weirich ([email protected]). All rights reserved.
BlankSlate provides an abstract base class with no predefined methods (except for _\send_ and _\id_). BlankSlate is useful as a base class when writing classes that depend upon method_missing (e.g. dynamic proxies).
This Jsonify implementation of BlankSlate is identical; with the exception that it does not include the Kernel, Module, and Object patches.
Defined Under Namespace
Modules: Generate Classes: BlankSlate, Builder, JsonArray, JsonFalse, JsonNull, JsonObject, JsonPair, JsonTrue, JsonValue, Template
Constant Summary collapse
- VERSION =
"0.4.1"