add json2xml package (#1841)

This commit is contained in:
MhedhebiIssam 2021-03-15 16:02:15 +01:00 committed by GitHub
parent 06e66b97a4
commit a8c08a9c00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21862,5 +21862,20 @@
"description": "MTProto client written in Nim",
"license": "MIT",
"web": "https://github.com/nimgram/nimgram"
} ,
{
"name": "json2xml",
"url": "https://github.com/MhedhebiIssam/json2xml",
"method": "git",
"tags": [
"json2xml",
"json",
"xml",
"XmlNode" ,
"JsonNode"
],
"description": "Convert json to xml : JsonNode( comapatible with module json ) To XmlNode (comapatible with module xmltree)",
"license": "MIT",
"web": "https://github.com/MhedhebiIssam/json2xml"
}
]