Class: JsonProjection::Null

Inherits:
Value show all
Defined in:
lib/json-projection/parser/events.rb

Instance Attribute Summary

Attributes inherited from Value

#value

Class Method Summary collapse

Methods inherited from Value

#==, #initialize

Methods inherited from StreamEvent

#==, #hash

Constructor Details

This class inherits a constructor from JsonProjection::Value

Class Method Details

.emptyObject



76
77
78
# File 'lib/json-projection/parser/events.rb', line 76

def self.empty
  new(nil)
end