-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexample1.xml
67 lines (67 loc) · 1.44 KB
/
example1.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!--
I am here: src\test\resources/example.json *-->
<obj>
<arr id="projects">
<obj>
<val id="project_name" class="apos quoted str">
Google Gson
</val>
<val id="url" class="quot quoted str">
https://github.com/google/gson
</val>
<val id="rating" class="unquoted num">
4.956
</val>
<arr id="contributors">
<obj>
<val id="first_name" class="unquoted str">
Jesse
</val>
<val id=" last name " class="quot quoted str">
'Wilson '
</val>
<val id="home_page" class="quot quoted str">
https://medium.com/@swankjesse
</val>
</obj>
</arr>
</obj>
<obj>
<val id="project_name" class="unquoted str">
jsoup
</val>
<val id="url" class="quot quoted str">
https://jsoup.org
</val>
<val id="rating" class="unquoted num">
5e10
</val>
<arr id="contributors">
<obj>
<val id="first_name" class="quot quoted str">
Jonathan
</val>
<val id="last_name" class="quot quoted str">
Hedley
</val>
<val id="home_page" class="quot quoted str">
https://jhy.io
</val>
</obj>
<obj>
<!--/2nd OBJ in Array-->
<val id="first_name" class="quot quoted str">
Andrej
</val>
<val id="last_name" class="quot quoted str">
Fink
</val>
<val id=" home
page " class="quot quoted str">
https://github.com/ magicprinc
</val>
</obj>
</arr>
</obj>
</arr>
</obj>