| ResourceStringConverterReadJson Method | 
            Reads the JSON representation of the object.
            
 
Namespace: CMS.Helpers.JsonConvertersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
 Syntax
Syntaxpublic override Object ReadJson(
	JsonReader reader,
	Type objectType,
	Object existingValue,
	JsonSerializer serializer
)
Parameters
- reader
- Type: JsonReader
 The JsonReader to read from.
- objectType
- Type: SystemType
 Type of the object.
- existingValue
- Type: SystemObject
 The existing value of object being read.
- serializer
- Type: JsonSerializer
 The calling serializer.
Return Value
Type: 
ObjectThe object value.
 See Also
See Also