-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsaasify.json
66 lines (66 loc) · 1.72 KB
/
saasify.json
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
{
"name": "fast-xml-parser",
"services": [
{
"src": "src/convert-url-to-json.ts",
"examples": [
{
"name": "Convert XML to JSON for a URL",
"description": "Convert XML to JSON ",
"input": {
"url": "https://www.w3schools.com/xml/note.xml"
}
}
]
},
{
"src": "src/convert-to-json.ts"
},
{
"src": "src/convert-url-to-xml.ts",
"examples": [
{
"name": "Convert JSON to XML for a URL",
"description": "Convert JSON to XML",
"input": {
"url": "https://gist.githubusercontent.com/chrisvxd/a247220f5e08bbeaa6f769a111447012/raw/df14bcb1be715e248e4029261399e711856e261f/fast-xml-parser-example.json"
}
}
]
},
{
"src": "src/convert-to-xml.ts",
"GET": false
},
{
"src": "src/validate-url.ts",
"examples": [
{
"name": "Validate",
"description": "Validate XML",
"input": {
"url": "https://www.w3schools.com/xml/note.xml"
}
}
]
},
{
"src": "src/validate.ts",
"GET": false
}
],
"alias": "fast-xml-parser",
"saas": {
"heading": "**The fastest API for XML conversion**",
"subheading": "Convert XML to/from JSON, validate XML and more, without installing any dependencies.",
"logo": "./media/logo.svg",
"favicon": "./media/favicon.ico",
"theme": {
"name": "waves",
"backgroundImage": "https://images.unsplash.com/photo-1576854531280-9087cfd26e86?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjF9&auto=format&fit=crop&w=1950&q=80",
"wave": false,
"codeBlockDark": true,
"color": "#59A56C"
}
}
}