Module: MightyJSON

Defined in:
lib/mighty_json.rb,
lib/mighty_json/type.rb,
lib/mighty_json/types.rb,
lib/mighty_json/errors.rb,
lib/mighty_json/builder.rb,
lib/mighty_json/version.rb

Defined Under Namespace

Modules: Type, Types Classes: Builder, Error, IllegalTypeError, UnexpectedFieldError

Constant Summary collapse

VERSION =
"0.1.1"

Class Method Summary collapse

Class Method Details

.new(&block) ⇒ Object



11
12
13
# File 'lib/mighty_json.rb', line 11

def self.new(&block)
  Builder.new(&block).compile💪💪💪
end