Libraries
»
json-stream
(0.2.1)
»
Index
»
JSON
»
Stream
»
Builder
»
#start_object
Method: JSON::Stream::Builder#start_object
Defined in:
lib/json/stream/builder.rb
#
start_object
⇒
Object
35 36 37
# File 'lib/json/stream/builder.rb', line 35
def
start_object
@stack
.
push
(
{
}
)
end