Class: Array

Inherits:
Object show all
Defined in:
lib/fbtxt/parser/parse_tree--core.rb

Instance Method Summary collapse

Instance Method Details

#as_jsonObject



18
19
20
# File 'lib/fbtxt/parser/parse_tree--core.rb', line 18

def as_json(*)
  map { |v| v.as_json }
end