From a8c08a9c0054b763cf0b8210e2ba976886603a3d Mon Sep 17 00:00:00 2001 From: MhedhebiIssam <45889577+MhedhebiIssam@users.noreply.github.com> Date: Mon, 15 Mar 2021 16:02:15 +0100 Subject: [PATCH] add json2xml package (#1841) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index e3f3570..e6f6dc4 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]