Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.217.103
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby20 /
share /
ri /
2.0.0 /
system /
JSON /
Delete
Unzip
Name
Size
Permission
Date
Action
CircularDatastructure
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
Ext
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
GeneratorError
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
GenericObject
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
JSONError
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
MissingUnicodeSupport
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
NestingError
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
ParserError
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
UnparserError
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
%5b%5d-c.ri
645
B
-rw-r--r--
2023-07-26 17:38
cdesc-JSON.ri
4.28
KB
-rw-r--r--
2023-07-26 17:38
const_defined_in%3f-c.ri
274
B
-rw-r--r--
2023-07-26 17:38
create_id-c.ri
412
B
-rw-r--r--
2023-07-26 17:38
dump-i.ri
1010
B
-rw-r--r--
2023-07-26 17:38
dump_default_options-c.ri
461
B
-rw-r--r--
2023-07-26 17:38
fast_generate-i.ri
641
B
-rw-r--r--
2023-07-26 17:38
generate-i.ri
2.08
KB
-rw-r--r--
2023-07-26 17:38
generator-c.ri
394
B
-rw-r--r--
2023-07-26 17:38
iconv-c.ri
332
B
-rw-r--r--
2023-07-26 17:38
load-i.ri
1.18
KB
-rw-r--r--
2023-07-26 17:38
load_default_options-c.ri
461
B
-rw-r--r--
2023-07-26 17:38
parse%21-i.ri
1.33
KB
-rw-r--r--
2023-07-26 17:38
parse-i.ri
1.36
KB
-rw-r--r--
2023-07-26 17:38
parser-c.ri
378
B
-rw-r--r--
2023-07-26 17:38
pretty_generate-i.ri
639
B
-rw-r--r--
2023-07-26 17:38
recurse_proc-i.ri
383
B
-rw-r--r--
2023-07-26 17:38
restore-c.ri
271
B
-rw-r--r--
2023-07-26 17:38
restore-i.ri
271
B
-rw-r--r--
2023-07-26 17:38
state-c.ri
406
B
-rw-r--r--
2023-07-26 17:38
Save
Rename
U:RDoc::AnyMethod[iI" generate:EFI"JSON#generate;FF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"LGenerate a JSON document from the Ruby data structure _obj_ and return ;TI"it. _state_ is;To:RDoc::Markup::List: @type:BULLET:@items[o:RDoc::Markup::ListItem:@label0; [o; ; [I"a JSON::State object,;To;;0; [o; ; [I"3or a Hash like object (responding to to_hash),;To;;0; [o; ; [I";or an object convertible into a hash by a to_h method,;To; ; [I"4that is used as or to configure a State object.;To:RDoc::Markup::BlankLine o; ; [I"QIt defaults to a state object, that creates the shortest possible JSON text ;TI"Min one line, checks for circular data structures and doesn't allow NaN, ;TI"Infinity, and -Infinity.;T@#o; ; [I"0A _state_ hash can have the following keys:;To;;; ;[o;;0; [o; ; [I"<*indent*: a string used to indent levels (default: ''),;To;;0; [o; ; [I"K*space*: a string that is put after, a : or , delimiter (default: ''),;To;;0; [o; ; [I"R*space_before*: a string that is put before a : pair delimiter (default: ''),;To;;0; [o; ; [I"Q*object_nl*: a string that is put at the end of a JSON object (default: ''),;To;;0; [o; ; [I"O*array_nl*: a string that is put at the end of a JSON array (default: ''),;To;;0; [o; ; [I"A*allow_nan*: true if NaN, Infinity, and -Infinity should be ;TI"Egenerated, otherwise an exception is thrown if these values are ;TI"1encountered. This options defaults to false.;To;;0; [o; ; [I"E*max_nesting*: The maximum depth of nesting allowed in the data ;TI"Kstructures from which JSON is to be generated. Disable depth checking ;TI"4with :max_nesting => false, it defaults to 100.;T@#o; ; [I"OSee also the fast_generate for the fastest creation method with the least ;TI"Famount of sanity checks, and the pretty_generate method for some ;TI" defaults for pretty output.;T: @fileI" ext/json/lib/json/common.rb;T:0@omit_headings_from_table_of_contents_below000[ I"(obj, opts = nil);T@ZFI" JSON;FcRDoc::NormalModule0