You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 11, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,20 @@
4
4
5
5
A JavaScript package to disassemble then transform XML files into smaller JSON files. This is an extension of my [XML Disassembler](https://github.com/mcarvin8/xml-disassembler) package.
6
6
7
+
<!-- TABLE OF CONTENTS -->
8
+
<details>
9
+
<summary>Table of Contents</summary>
10
+
11
+
-[Background](#background)
12
+
-[Install](#install)
13
+
-[Usage](#usage)
14
+
-[XML2JSON](#xml2json)
15
+
-[JSON2XML](#json2xml)
16
+
-[Ignore File](#ignore-file)
17
+
-[Logging](#logging)
18
+
-[Template](#template)
19
+
</details>
20
+
7
21
## Background
8
22
9
23
Large XML files can be a pain to mantain in version control. These files can contain thousands of lines and it becomes very difficult to track changes made to these files in a standard version control server like GitHub.
0 commit comments