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 /
ruby34 /
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
695
B
-rw-r--r--
2026-04-07 16:51
cdesc-JSON.ri
25.46
KB
-rw-r--r--
2026-04-07 16:51
create_fast_state-c.ri
260
B
-rw-r--r--
2026-04-07 16:51
create_id%3d-c.ri
512
B
-rw-r--r--
2026-04-07 16:51
create_id-c.ri
353
B
-rw-r--r--
2026-04-07 16:51
create_pretty_state-c.ri
264
B
-rw-r--r--
2026-04-07 16:51
dump-i.ri
1.61
KB
-rw-r--r--
2026-04-07 16:51
dump_default_options-c.ri
508
B
-rw-r--r--
2026-04-07 16:51
fast_generate-i.ri
877
B
-rw-r--r--
2026-04-07 16:51
generate-i.ri
1.67
KB
-rw-r--r--
2026-04-07 16:51
generator-c.ri
325
B
-rw-r--r--
2026-04-07 16:51
iconv-c.ri
325
B
-rw-r--r--
2026-04-07 16:51
load-i.ri
5.82
KB
-rw-r--r--
2026-04-07 16:51
load_default_options-c.ri
549
B
-rw-r--r--
2026-04-07 16:51
load_file%21-i.ri
462
B
-rw-r--r--
2026-04-07 16:51
load_file-i.ri
462
B
-rw-r--r--
2026-04-07 16:51
merge_dump_options-i.ri
282
B
-rw-r--r--
2026-04-07 16:51
parse%21-i.ri
826
B
-rw-r--r--
2026-04-07 16:51
parse-i.ri
1.88
KB
-rw-r--r--
2026-04-07 16:51
parser-c.ri
315
B
-rw-r--r--
2026-04-07 16:51
pretty_generate-i.ri
1.04
KB
-rw-r--r--
2026-04-07 16:51
restore-c.ri
288
B
-rw-r--r--
2026-04-07 16:51
restore-i.ri
288
B
-rw-r--r--
2026-04-07 16:51
state-c.ri
331
B
-rw-r--r--
2026-04-07 16:51
unsafe_load-i.ri
5.51
KB
-rw-r--r--
2026-04-07 16:51
unsafe_load_default_options-c.ri
570
B
-rw-r--r--
2026-04-07 16:51
Save
Rename
U:RDoc::AnyMethod[iI" parse:ETI"JSON#parse;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"DReturns the Ruby objects created by parsing the given +source+.;To:RDoc::Markup::BlankLine o; ; [I"9Argument +source+ contains the \String to be parsed.;T@o; ; [I"MArgument +opts+, if given, contains a \Hash of options for the parsing. ;TI"?See {Parsing Options}[#module-JSON-label-Parsing+Options].;T@S:RDoc::Markup::Rule:weighti@o; ; [I";When +source+ is a \JSON array, returns a Ruby \Array:;To:RDoc::Markup::Verbatim; [ I"0source = '["foo", 1.0, true, false, null]' ;TI"ruby = JSON.parse(source) ;TI".ruby # => ["foo", 1.0, true, false, nil] ;TI"ruby.class # => Array ;T:@format0o; ; [I";When +source+ is a \JSON object, returns a Ruby \Hash:;To;; [ I"Isource = '{"a": "foo", "b": 1.0, "c": true, "d": false, "e": null}' ;TI"ruby = JSON.parse(source) ;TI"Gruby # => {"a"=>"foo", "b"=>1.0, "c"=>true, "d"=>false, "e"=>nil} ;TI"ruby.class # => Hash ;T;0o; ; [I";For examples of parsing for all \JSON data types, see ;TI"6{Parsing \JSON}[#module-JSON-label-Parsing+JSON].;T@o; ; [I" Parses nested JSON objects:;To;; [I"source = <<~JSON ;TI" { ;TI" "name": "Dave", ;TI" "age" :40, ;TI" "hats": [ ;TI" "Cattleman's", ;TI" "Panama", ;TI" "Tophat" ;TI" ] ;TI" } ;TI" JSON ;TI"ruby = JSON.parse(source) ;TI"Xruby # => {"name"=>"Dave", "age"=>40, "hats"=>["Cattleman's", "Panama", "Tophat"]} ;T;0S;; i@o; ; [I"7Raises an exception if +source+ is not valid JSON:;To;; [I"?# Raises JSON::ParserError (783: unexpected token at ''): ;TI"JSON.parse('');T;0: @fileI" ext/json/lib/json/common.rb;T:0@omit_headings_from_table_of_contents_below0I"(JSON.parse(source, opts) -> object ;T0[ I"(source, opts = nil);T@GFI" JSON;TcRDoc::NormalModule00