SettingsRangesParseJsonForRanges Method
|
Parse the JSON response from the JSON get range command. Assumes that the only field requested in the JSON get
command was the "range" field.
Namespace: Zebra.Sdk.SettingsAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public static Dictionary<string, string> ParseJsonForRanges(
string jsonResponse
)
Public Shared Function ParseJsonForRanges (
jsonResponse As String
) As Dictionary(Of String, String)
public:
static Dictionary<String^, String^>^ ParseJsonForRanges(
String^ jsonResponse
)
Parameters
- jsonResponse String
- Response from a LinkOS 3.2 or greater printer.
Return Value
DictionaryString,
StringMap from setting names to range strings.
See Also