From b009b50e81b6c1d0d691505b5f5c0418f559bfc0 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Thu, 14 Mar 2019 23:19:58 +0100 Subject: Remove Atom config --- .../node_modules/jsonminify/docs/JSON.html | 265 --------------------- 1 file changed, 265 deletions(-) delete mode 100644 atom/packages/pretty-json/node_modules/jsonminify/docs/JSON.html (limited to 'atom/packages/pretty-json/node_modules/jsonminify/docs/JSON.html') diff --git a/atom/packages/pretty-json/node_modules/jsonminify/docs/JSON.html b/atom/packages/pretty-json/node_modules/jsonminify/docs/JSON.html deleted file mode 100644 index 75c8949..0000000 --- a/atom/packages/pretty-json/node_modules/jsonminify/docs/JSON.html +++ /dev/null @@ -1,265 +0,0 @@ - - - - - JSDoc: Namespace: JSON - - - - - - - - - - -
- -

Namespace: JSON

- - - - - -
- -
-

- JSON -

- -
- -
-
- - - - - - -
- - - - - - - - - - - - - - - - - - - -
Source:
-
- - - - - - - -
- - - - -
- - - - - - - - - - - - - - -

Methods

- -
- -
-

<static> minify(Transformed) → {String}

- - -
-
- - - - - - - - -
Parameters:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescription
Transformed - - -Object - - - - data. format) json-like
- - - -
- - - - - - - - - - - - - - - - - - - -
Source:
-
- - - - - - - -
- - - - - - - - - - - -
Returns:
- - - - -
-
- Type -
-
- -String - - -
-
- - - - -
Example
- -
var json = { // hoge
-    "foo": "bar",// this is cool
-    "bar": [
-        "baz", "bum", "zam"   // this is cool
-    ]
-} // hoge
- - -
- -
- - - - - -
- -
- - - - -
- - - -
- - - - - - - \ No newline at end of file -- cgit