Skip to content

Commit 27f7625

Browse files
committed
updated docs
1 parent 8341820 commit 27f7625

File tree

4 files changed

+1
-26
lines changed

4 files changed

+1
-26
lines changed

docs/output-example.png

-1.92 KB
Loading

docs/source-example.png

19.6 KB
Loading

src/html/index.html.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<title>react-json-viewer</title>
45
<meta charset="UTF-8">
56
<!--[if lt IE 9]>
67
<script>

src/js/entry.js

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -40,29 +40,3 @@ ReactDom.render(
4040
</div>,
4141
app
4242
);
43-
44-
45-
46-
47-
// {
48-
// test: 'this is a test string',
49-
// sibling: 'sibling_string',
50-
// another_sibling: 45,
51-
// how_will_array_do: [1, 2, 3, 'test'],
52-
// how_will_floats_do: -2.757,
53-
// parent: {
54-
// sibling1: true,
55-
// sibling2: false,
56-
// "sibling2.5": ['first', {'second': true}, [4, 5, 'sixth']],
57-
// sibling3: null,
58-
// sibling4: 'test',
59-
// 'last-sibling': {
60-
// grand_child: NaN,
61-
// 'grand-child-func': (a) => {
62-
// let b = a*a;
63-
// return a.push(b);
64-
// }
65-
// }
66-
// },
67-
// number: 1234
68-
// }

0 commit comments

Comments
 (0)