File: //opt/alt/ruby32/share/gems/doc/json-2.16.0/ri/JSON/fast_generate-i.ri
U:RDoc::AnyMethod[iI"fast_generate:ETI"JSON#fast_generate;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"5Arguments +obj+ and +opts+ here are the same as ;TI"1arguments +obj+ and +opts+ in JSON.generate.;To:RDoc::Markup::BlankLine o;
; [I"7By default, generates \JSON data without checking ;TI"Vfor circular references in +obj+ (option +max_nesting+ set to +false+, disabled).;T@o;
; [I"?Raises an exception if +obj+ contains circular references:;To:RDoc::Markup::Verbatim; [I"*a = []; b = []; a.push(b); b.push(a)
;TI"7# Raises SystemStackError (stack level too deep):
;TI"JSON.fast_generate(a);T:@format0:
@fileI"lib/json/common.rb;T:0@omit_headings_from_table_of_contents_below0I"1JSON.fast_generate(obj, opts) -> new_string
;T0[ I"(obj, opts = nil);T@FI" JSON;TcRDoc::NormalModule00