Module: LazyJson

Defined in:
lib/lazy-json.rb

Defined Under Namespace

Classes: Array, LazyValue, Object, Primitive, Sequence, Value

Class Method Summary collapse

Class Method Details

.attach(json) ⇒ Object



5
6
7
# File 'lib/lazy-json.rb', line 5

def self.attach(json)
  LazyValue.new(Sequence.new(json))
end