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.Settings
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntaxpublic 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
 - Type: SystemString
Response from a LinkOS 3.2 or greater printer. 
Return Value
Type: 
DictionaryString, 
StringMap from setting names to range strings.
See Also