Operations (sample payloads)
Main operationsCopy
Copy
Decode XMLCopy
Copy
Sample Input
1{2"xml": "<book>\n <title>The Great Gatsby</title>\n <author>F. Scott Fitzgerald</author>\n <year>1925</year>\n <genre>Novel</genre>\n</book>"3}
Sample Output
1{2"result": {3"book": {4"title": "The Great Gatsby",5"author": "F. Scott Fitzgerald",6"year": "1925",7"genre": "Novel"8}9}10}