@azure/core-xml
Advanced tools
Comparing version 1.0.0-alpha.20210205.2 to 1.0.0-alpha.20210209.1
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT License. | ||
// Licensed under the MIT license. | ||
/** | ||
@@ -4,0 +4,0 @@ * Default key used to access the XML attributes. |
@@ -60,4 +60,4 @@ // Copyright (c) Microsoft Corporation. | ||
* Converts given JSON object to XML string | ||
* @param obj JSON object to be converted into XML string | ||
* @param opts Options that govern the XML building of given JSON object | ||
* @param obj - JSON object to be converted into XML string | ||
* @param opts - Options that govern the XML building of given JSON object | ||
* `rootName` indicates the name of the root element in the resulting XML | ||
@@ -74,4 +74,4 @@ */ | ||
* Converts given XML string into JSON | ||
* @param str String containing the XML content to be parsed into JSON | ||
* @param opts Options that govern the parsing of given xml string | ||
* @param str - String containing the XML content to be parsed into JSON | ||
* @param opts - Options that govern the parsing of given xml string | ||
* `includeRoot` indicates whether the root element is to be included or not in the output | ||
@@ -78,0 +78,0 @@ */ |
@@ -8,3 +8,3 @@ 'use strict'; | ||
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT License. | ||
// Licensed under the MIT license. | ||
/** | ||
@@ -75,4 +75,4 @@ * Default key used to access the XML attributes. | ||
* Converts given JSON object to XML string | ||
* @param obj JSON object to be converted into XML string | ||
* @param opts Options that govern the XML building of given JSON object | ||
* @param obj - JSON object to be converted into XML string | ||
* @param opts - Options that govern the XML building of given JSON object | ||
* `rootName` indicates the name of the root element in the resulting XML | ||
@@ -89,4 +89,4 @@ */ | ||
* Converts given XML string into JSON | ||
* @param str String containing the XML content to be parsed into JSON | ||
* @param opts Options that govern the parsing of given xml string | ||
* @param str - String containing the XML content to be parsed into JSON | ||
* @param opts - Options that govern the parsing of given xml string | ||
* `includeRoot` indicates whether the root element is to be included or not in the output | ||
@@ -93,0 +93,0 @@ */ |
{ | ||
"name": "@azure/core-xml", | ||
"version": "1.0.0-alpha.20210205.2", | ||
"version": "1.0.0-alpha.20210209.1", | ||
"description": "Core library for interacting with XML payloads", | ||
@@ -5,0 +5,0 @@ "sdk-type": "client", |
/** | ||
* Converts given XML string into JSON | ||
* @param str String containing the XML content to be parsed into JSON | ||
* @param opts Options that govern the parsing of given xml string | ||
* @param str - String containing the XML content to be parsed into JSON | ||
* @param opts - Options that govern the parsing of given xml string | ||
* `includeRoot` indicates whether the root element is to be included or not in the output | ||
@@ -10,4 +10,4 @@ */ | ||
* Converts given JSON object to XML string | ||
* @param obj JSON object to be converted into XML string | ||
* @param opts Options that govern the XML building of given JSON object | ||
* @param obj - JSON object to be converted into XML string | ||
* @param opts - Options that govern the XML building of given JSON object | ||
* `rootName` indicates the name of the root element in the resulting XML | ||
@@ -14,0 +14,0 @@ */ |
/** | ||
* Converts given XML string into JSON | ||
* @param str String containing the XML content to be parsed into JSON | ||
* @param opts Options that govern the parsing of given xml string | ||
* @param str - String containing the XML content to be parsed into JSON | ||
* @param opts - Options that govern the parsing of given xml string | ||
* `includeRoot` indicates whether the root element is to be included or not in the output | ||
@@ -12,4 +12,4 @@ */ | ||
* Converts given JSON object to XML string | ||
* @param obj JSON object to be converted into XML string | ||
* @param opts Options that govern the XML building of given JSON object | ||
* @param obj - JSON object to be converted into XML string | ||
* @param opts - Options that govern the XML building of given JSON object | ||
* `rootName` indicates the name of the root element in the resulting XML | ||
@@ -16,0 +16,0 @@ */ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49460