class ViewModel::Controller::CompiledJson
(modified) JsonGem.
untouched. Requires a MultiJson adapter other than ActiveSupport’s
Wrap raw JSON in such a way that MultiJSON knows to pass it through
def initialize(s)
def initialize(s) @s = s end
def to_json(*_args)
def to_json(*_args) @s end
def to_s
def to_s @s end