Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0fad1a0

Browse files
author
andrew85
committed
Change sample html file
1 parent 9c41786 commit 0fad1a0

File tree

1 file changed

+1
-318
lines changed

1 file changed

+1
-318
lines changed

‎public/index.html

Lines changed: 1 addition & 318 deletions
Original file line numberDiff line numberDiff line change
@@ -18,324 +18,7 @@
1818
<script class="jsbin" src="http://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
1919
<script src="../dist/json-knife.bundle.js"></script>
2020
<script type="text/javascript">
21-
22-
let sample = '[\n' +
23-
' {\n' +
24-
' "_id": "5e1964befca4312d16c47df8",\n' +
25-
' "index": 0,\n' +
26-
' "guid": "6b09ec59-8480-48b3-845f-e2e28bb4a376",\n' +
27-
' "isActive": false,\n' +
28-
' "balance": "1,167ドル.30",\n' +
29-
' "picture": "http://placehold.it/32x32",\n' +
30-
' "age": 20,\n' +
31-
' "eyeColor": "green",\n' +
32-
' "name": "Alston Workman",\n' +
33-
' "gender": "male",\n' +
34-
' "company": "UNI",\n' +
35-
' "email": "alstonworkman@uni.com",\n' +
36-
' "phone": "+1 (841) 546-3321",\n' +
37-
' "address": "794 Grace Court, Gardiner, Federated States Of Micronesia, 202",\n' +
38-
' "about": "Deserunt deserunt do cillum quis pariatur in ut incididunt ea aute non dolore qui ea. Commodo est excepteur fugiat amet sunt nostrud quis sit non ipsum non ipsum. Fugiat et incididunt occaecat Lorem magna eiusmod veniam minim dolore aliqua.\\r\\n",\n' +
39-
' "registered": "2015年03月16日T07:24:30 -09:00",\n' +
40-
' "latitude": 11.193753,\n' +
41-
' "longitude": -35.551035,\n' +
42-
' "tags": [\n' +
43-
' "nulla",\n' +
44-
' "duis",\n' +
45-
' "consequat",\n' +
46-
' "laborum",\n' +
47-
' "eiusmod",\n' +
48-
' "ex",\n' +
49-
' "aute"\n' +
50-
' ],\n' +
51-
' "friends": [\n' +
52-
' {\n' +
53-
' "id": 0,\n' +
54-
' "name": "Lottie Henderson"\n' +
55-
' },\n' +
56-
' {\n' +
57-
' "id": 1,\n' +
58-
' "name": "Peggy Barrera"\n' +
59-
' },\n' +
60-
' {\n' +
61-
' "id": 2,\n' +
62-
' "name": "Celina Aguirre"\n' +
63-
' }\n' +
64-
' ],\n' +
65-
' "greeting": "Hello, Alston Workman! You have 7 unread messages.",\n' +
66-
' "favoriteFruit": "apple"\n' +
67-
' },\n' +
68-
' {\n' +
69-
' "_id": "5e1964be55c5253170e6e15b",\n' +
70-
' "index": 1,\n' +
71-
' "guid": "ed9a876b-7e51-4963-bb14-4d1bd1545f55",\n' +
72-
' "isActive": false,\n' +
73-
' "balance": "1,981ドル.30",\n' +
74-
' "picture": "http://placehold.it/32x32",\n' +
75-
' "age": 40,\n' +
76-
' "eyeColor": "green",\n' +
77-
' "name": "Peterson Fowler",\n' +
78-
' "gender": "male",\n' +
79-
' "company": "CEMENTION",\n' +
80-
' "email": "petersonfowler@cemention.com",\n' +
81-
' "phone": "+1 (893) 506-2780",\n' +
82-
' "address": "316 School Lane, Smock, Northern Mariana Islands, 6348",\n' +
83-
' "about": "Velit ullamco commodo deserunt dolore. Enim cupidatat sunt enim eiusmod do voluptate voluptate velit dolor velit esse exercitation laborum sint. Irure deserunt non anim nulla aliqua laborum pariatur dolor. Elit velit ad tempor Lorem ea laborum magna. Amet id eiusmod ex labore exercitation aliquip dolore deserunt occaecat magna tempor reprehenderit ea occaecat. Veniam eu culpa qui nostrud tempor ad mollit culpa proident. Laborum nisi consectetur dolore sint enim est occaecat.\\r\\n",\n' +
84-
' "registered": "2016年11月25日T09:54:54 -09:00",\n' +
85-
' "latitude": 79.293056,\n' +
86-
' "longitude": -7.624858,\n' +
87-
' "tags": [\n' +
88-
' "ex",\n' +
89-
' "cupidatat",\n' +
90-
' "dolor",\n' +
91-
' "mollit",\n' +
92-
' "cillum",\n' +
93-
' "est",\n' +
94-
' "voluptate"\n' +
95-
' ],\n' +
96-
' "friends": [\n' +
97-
' {\n' +
98-
' "id": 0,\n' +
99-
' "name": "Leslie Walsh"\n' +
100-
' },\n' +
101-
' {\n' +
102-
' "id": 1,\n' +
103-
' "name": "Carol Schroeder"\n' +
104-
' },\n' +
105-
' {\n' +
106-
' "id": 2,\n' +
107-
' "name": "Jayne Ray"\n' +
108-
' }\n' +
109-
' ],\n' +
110-
' "greeting": "Hello, Peterson Fowler! You have 4 unread messages.",\n' +
111-
' "favoriteFruit": "strawberry"\n' +
112-
' },\n' +
113-
' {\n' +
114-
' "_id": "5e1964be0f3ce8405223b0a3",\n' +
115-
' "index": 2,\n' +
116-
' "guid": "024ea4e4-001c-46ca-b99e-18c990d8c8ba",\n' +
117-
' "isActive": false,\n' +
118-
' "balance": "2,006ドル.85",\n' +
119-
' "picture": "http://placehold.it/32x32",\n' +
120-
' "age": 27,\n' +
121-
' "eyeColor": "green",\n' +
122-
' "name": "Petty Fry",\n' +
123-
' "gender": "male",\n' +
124-
' "company": "CODACT",\n' +
125-
' "email": "pettyfry@codact.com",\n' +
126-
' "phone": "+1 (811) 574-2476",\n' +
127-
' "address": "782 Kane Street, Cloverdale, Nevada, 9153",\n' +
128-
' "about": "Cillum minim mollit velit do irure officia duis nulla eu cillum non. Eu ipsum consequat duis adipisicing cillum labore anim est et. Commodo cillum ea tempor consectetur anim duis. Voluptate aute deserunt reprehenderit commodo. Ullamco dolor mollit dolore mollit amet nostrud dolore esse est ut labore eiusmod consectetur nostrud. Eiusmod proident exercitation consectetur fugiat esse amet duis ullamco laborum et esse sint esse elit. Sint labore nisi incididunt in sunt esse consectetur id labore.\\r\\n",\n' +
129-
' "registered": "2018年06月25日T11:56:27 -09:00",\n' +
130-
' "latitude": 11.506821,\n' +
131-
' "longitude": 73.051341,\n' +
132-
' "tags": [\n' +
133-
' "enim",\n' +
134-
' "dolore",\n' +
135-
' "dolor",\n' +
136-
' "do",\n' +
137-
' "quis",\n' +
138-
' "adipisicing",\n' +
139-
' "eiusmod"\n' +
140-
' ],\n' +
141-
' "friends": [\n' +
142-
' {\n' +
143-
' "id": 0,\n' +
144-
' "name": "Frye Foley"\n' +
145-
' },\n' +
146-
' {\n' +
147-
' "id": 1,\n' +
148-
' "name": "Mejia Maddox"\n' +
149-
' },\n' +
150-
' {\n' +
151-
' "id": 2,\n' +
152-
' "name": "Tara Day"\n' +
153-
' }\n' +
154-
' ],\n' +
155-
' "greeting": "Hello, Petty Fry! You have 9 unread messages.",\n' +
156-
' "favoriteFruit": "apple"\n' +
157-
' },\n' +
158-
' {\n' +
159-
' "_id": "5e1964be6c2fe9252fb08279",\n' +
160-
' "index": 3,\n' +
161-
' "guid": "165c6f1e-65a4-4e5f-8e41-d13887bfd891",\n' +
162-
' "isActive": true,\n' +
163-
' "balance": "3,928ドル.86",\n' +
164-
' "picture": "http://placehold.it/32x32",\n' +
165-
' "age": 39,\n' +
166-
' "eyeColor": "blue",\n' +
167-
' "name": "Foley Byers",\n' +
168-
' "gender": "male",\n' +
169-
' "company": "BYTREX",\n' +
170-
' "email": "foleybyers@bytrex.com",\n' +
171-
' "phone": "+1 (870) 436-3648",\n' +
172-
' "address": "680 Court Street, Westphalia, New York, 668",\n' +
173-
' "about": "Aliqua labore in dolore laboris excepteur mollit magna. Exercitation aute cillum laborum et velit quis fugiat do culpa commodo quis id cupidatat occaecat. Qui aliqua mollit qui aute tempor voluptate exercitation velit nisi et. Amet laborum esse nulla incididunt ut non magna anim veniam. Qui ipsum excepteur elit labore velit.\\r\\n",\n' +
174-
' "registered": "2019年03月24日T06:37:36 -09:00",\n' +
175-
' "latitude": 64.494659,\n' +
176-
' "longitude": 140.356389,\n' +
177-
' "tags": [\n' +
178-
' "aliqua",\n' +
179-
' "quis",\n' +
180-
' "culpa",\n' +
181-
' "id",\n' +
182-
' "tempor",\n' +
183-
' "veniam",\n' +
184-
' "occaecat"\n' +
185-
' ],\n' +
186-
' "friends": [\n' +
187-
' {\n' +
188-
' "id": 0,\n' +
189-
' "name": "Compton Gentry"\n' +
190-
' },\n' +
191-
' {\n' +
192-
' "id": 1,\n' +
193-
' "name": "Stacie Brennan"\n' +
194-
' },\n' +
195-
' {\n' +
196-
' "id": 2,\n' +
197-
' "name": "Dunn Gill"\n' +
198-
' }\n' +
199-
' ],\n' +
200-
' "greeting": "Hello, Foley Byers! You have 2 unread messages.",\n' +
201-
' "favoriteFruit": "strawberry"\n' +
202-
' },\n' +
203-
' {\n' +
204-
' "_id": "5e1964be39967c1261b3c1a6",\n' +
205-
' "index": 4,\n' +
206-
' "guid": "ffd7fb70-587b-4f91-b332-c553408547ad",\n' +
207-
' "isActive": false,\n' +
208-
' "balance": "1,036ドル.17",\n' +
209-
' "picture": "http://placehold.it/32x32",\n' +
210-
' "age": 39,\n' +
211-
' "eyeColor": "green",\n' +
212-
' "name": "Kenya Sharpe",\n' +
213-
' "gender": "female",\n' +
214-
' "company": "HATOLOGY",\n' +
215-
' "email": "kenyasharpe@hatology.com",\n' +
216-
' "phone": "+1 (813) 505-3497",\n' +
217-
' "address": "845 Vanderbilt Street, Elbert, Tennessee, 1300",\n' +
218-
' "about": "Dolore do dolor pariatur laboris laborum. Ullamco non culpa cupidatat consectetur labore occaecat culpa consequat quis Lorem commodo. Deserunt pariatur dolore aliqua enim. Ex ut esse cillum id adipisicing fugiat aliquip. Sit anim ex enim reprehenderit enim officia ut do. Do mollit ad ex commodo.\\r\\n",\n' +
219-
' "registered": "2019年06月22日T09:11:49 -09:00",\n' +
220-
' "latitude": 21.478021,\n' +
221-
' "longitude": -148.820357,\n' +
222-
' "tags": [\n' +
223-
' "aute",\n' +
224-
' "incididunt",\n' +
225-
' "sint",\n' +
226-
' "est",\n' +
227-
' "est",\n' +
228-
' "mollit",\n' +
229-
' "nulla"\n' +
230-
' ],\n' +
231-
' "friends": [\n' +
232-
' {\n' +
233-
' "id": 0,\n' +
234-
' "name": "Maricela Britt"\n' +
235-
' },\n' +
236-
' {\n' +
237-
' "id": 1,\n' +
238-
' "name": "Meredith Hunt"\n' +
239-
' },\n' +
240-
' {\n' +
241-
' "id": 2,\n' +
242-
' "name": "Casey Barlow"\n' +
243-
' }\n' +
244-
' ],\n' +
245-
' "greeting": "Hello, Kenya Sharpe! You have 1 unread messages.",\n' +
246-
' "favoriteFruit": "strawberry"\n' +
247-
' },\n' +
248-
' {\n' +
249-
' "_id": "5e1964bed8e8292f0e2d7c38",\n' +
250-
' "index": 5,\n' +
251-
' "guid": "4f9b2b9b-e514-4034-b63b-71188a864ab1",\n' +
252-
' "isActive": true,\n' +
253-
' "balance": "1,937ドル.28",\n' +
254-
' "picture": "http://placehold.it/32x32",\n' +
255-
' "age": 40,\n' +
256-
' "eyeColor": "brown",\n' +
257-
' "name": "Rosa Watson",\n' +
258-
' "gender": "female",\n' +
259-
' "company": "VALREDA",\n' +
260-
' "email": "rosawatson@valreda.com",\n' +
261-
' "phone": "+1 (932) 585-2479",\n' +
262-
' "address": "442 Harrison Avenue, Kylertown, Mississippi, 7802",\n' +
263-
' "about": "Ad non laboris proident qui aliquip. Anim adipisicing eiusmod in fugiat sint elit nulla occaecat Lorem est. Tempor mollit eu voluptate veniam pariatur reprehenderit. Duis sit deserunt velit ut enim excepteur anim. Ut amet ut consequat adipisicing Lorem quis. Anim occaecat voluptate nisi ex labore sint tempor aute tempor.\\r\\n",\n' +
264-
' "registered": "2016年07月29日T11:14:01 -09:00",\n' +
265-
' "latitude": -38.367889,\n' +
266-
' "longitude": -49.64827,\n' +
267-
' "tags": [\n' +
268-
' "cupidatat",\n' +
269-
' "ad",\n' +
270-
' "excepteur",\n' +
271-
' "esse",\n' +
272-
' "culpa",\n' +
273-
' "do",\n' +
274-
' "enim"\n' +
275-
' ],\n' +
276-
' "friends": [\n' +
277-
' {\n' +
278-
' "id": 0,\n' +
279-
' "name": "Robinson Dixon"\n' +
280-
' },\n' +
281-
' {\n' +
282-
' "id": 1,\n' +
283-
' "name": "Haney Donovan"\n' +
284-
' },\n' +
285-
' {\n' +
286-
' "id": 2,\n' +
287-
' "name": "Jan Cook"\n' +
288-
' }\n' +
289-
' ],\n' +
290-
' "greeting": "Hello, Rosa Watson! You have 4 unread messages.",\n' +
291-
' "favoriteFruit": "apple"\n' +
292-
' },\n' +
293-
' {\n' +
294-
' "_id": "5e1964bee4b8cd9773b048c6",\n' +
295-
' "index": 6,\n' +
296-
' "guid": "7a6a347c-44c5-4d65-92c4-bab9870f1780",\n' +
297-
' "isActive": false,\n' +
298-
' "balance": "3,795ドル.04",\n' +
299-
' "picture": "http://placehold.it/32x32",\n' +
300-
' "age": 20,\n' +
301-
' "eyeColor": "brown",\n' +
302-
' "name": "Trevino Melendez",\n' +
303-
' "gender": "male",\n' +
304-
' "company": "COSMETEX",\n' +
305-
' "email": "trevinomelendez@cosmetex.com",\n' +
306-
' "phone": "+1 (851) 574-2199",\n' +
307-
' "address": "767 Jay Street, Boyd, North Dakota, 563",\n' +
308-
' "about": "Eiusmod amet laborum id esse consequat laborum aliquip occaecat. Nisi ullamco adipisicing veniam do veniam ad adipisicing pariatur. Labore labore ex Lorem nulla enim quis magna exercitation eu Lorem velit culpa. Officia culpa occaecat culpa voluptate non qui magna esse duis ex est pariatur veniam.\\r\\n",\n' +
309-
' "registered": "2015年02月16日T09:03:04 -09:00",\n' +
310-
' "latitude": 56.654585,\n' +
311-
' "longitude": -101.466947,\n' +
312-
' "tags": [\n' +
313-
' "nulla",\n' +
314-
' "magna",\n' +
315-
' "duis",\n' +
316-
' "do",\n' +
317-
' "enim",\n' +
318-
' "laborum",\n' +
319-
' "elit"\n' +
320-
' ],\n' +
321-
' "friends": [\n' +
322-
' {\n' +
323-
' "id": 0,\n' +
324-
' "name": "Banks Horton"\n' +
325-
' },\n' +
326-
' {\n' +
327-
' "id": 1,\n' +
328-
' "name": "Burch Cooper"\n' +
329-
' },\n' +
330-
' {\n' +
331-
' "id": 2,\n' +
332-
' "name": "Gilmore Stark"\n' +
333-
' }\n' +
334-
' ],\n' +
335-
' "greeting": "Hello, Trevino Melendez! You have 10 unread messages.",\n' +
336-
' "favoriteFruit": "banana"\n' +
337-
' }\n' +
338-
']';
21+
33922

34023
let original = '{\n' +
34124
' "prob\\"lems": [{\n' +

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /