We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37c3da1 commit bd966d7Copy full SHA for bd966d7
1 file changed
src/StorageGRID-Webscale.psm1
@@ -59,17 +59,7 @@ if ($PSVersionTable.PSVersion.Major -lt 6) {
59
}
60
return $Response
61
62
-
63
- function ParseJsonString($json) {
64
- $config = $javaScriptSerializer.DeserializeObject($json)
65
- if ($config -is [Array]) {
66
- return ParseJsonArray($config)
67
- }
68
- else {
69
- return ParseJsonObject($config)
70
71
72
-}
73
74
### Helper Functions ###
75
0 commit comments