Skip to content

Commit 0fa33c2

Browse files
committed
added test case for the json to xml conversion
1 parent 2d3f116 commit 0fa33c2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

json_to_xml/test-input.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"note": {
3+
"to": "John",
4+
"from": "Jane",
5+
"heading": "Reminder",
6+
"body": "Don't forget the meeting at 3 PM!"
7+
}
8+
}

0 commit comments

Comments
 (0)