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
Copy file name to clipboardExpand all lines: README.md
+3-18Lines changed: 3 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ Validate XML, Parse XML to JS/JSON and vice versa, or parse XML to Nimn rapidly
3
3
4
4
> This project welcomes **contributors**. If you have a feature you'd like to see implemented or a bug you'd liked fixed, the best and fastest way to make that happen is to implement it and submit a PR. Basic knowledge of JS is sufficient. Feel free to ask for any guidance.
5
5
6
-
> If you want to join this project as collaborator / maintainer please let me know, the only condition is to be polite with the users.
6
+
### Join this project as collaborator / maintainer.
7
7
8
8
9
9
[](#backers)[](#sponsors)[](https://snyk.io/test/github/naturalintelligence/fast-xml-parser)
@@ -93,21 +93,6 @@ var jsonObj = parser.convertToJson(tObj,options);
93
93
```
94
94
#### Note: [he](https://www.npmjs.com/package/he) library is used in this example
95
95
96
-
### XML to Nimn
97
-
```js
98
-
var nimnData =parser.parse(xmlData, schema [,options] );
99
-
100
-
101
-
//Intermediate obj
102
-
var tObj =parser.getTraversalObj(xmlData,options);
103
-
var jsonObj =parser.convertToJson(tObj,options);
104
-
105
-
//construct schema manually or with the help of schema builder
106
-
var nimndata =parser.convertTonimn(tObj,schema,options);
107
-
```
108
-
*[NIMN (निम्न)](https://github.com/nimndata/spec) reduces size of the data by 80%.
109
-
* Check [nimnjs](https://github.com/nimndata/nimnjs-node) to know more about schema, json to nimndata and reverse transformation.
110
-
111
96
<details>
112
97
<summary>OPTIONS :</summary>
113
98
@@ -234,8 +219,8 @@ With the correct options, you can get the almost original XML without losing any
234
219
235
220
### Worth to mention
236
221
237
-
-**[निम्न (NIMN)](https://github.com/nimndata/spec)** : Save up to 85% network bandwidth and storage space.
238
-
-**[imglab](https://github.com/NaturalIntelligence/imglab)** : Speedup and simplify image labeling / annotation process online. Supports multiple formats, one click annotation, easy interface and much more.
222
+
-**[BigBit standard)](https://github.com/amitguptagwl/bigbit)** : A standard which defines some numeric data format to store a number of any size in less space without precision loss.
223
+
-**[imglab](https://github.com/NaturalIntelligence/imglab)** : Speedup and simplify image labeling / annotation. Supports multiple formats, one click annotation, easy interface and much more. There are more than 800 users annotate apprx 20k images every month.
239
224
-**[अनुमार्गक (anumargak)](https://github.com/NaturalIntelligence/anumargak)** : The fastest and simple router for node js web frameworks.
240
225
-[stubmatic](https://github.com/NaturalIntelligence/Stubmatic) : A stub server to mock behaviour of HTTP(s) / REST / SOAP services. You can also mock binary formats.
241
226
-[मुनीम (Muneem)](https://github.com/muneem4node/muneem) : A webframework made for all team members.
0 commit comments