Click here to Skip to main content
15,909,205 members

Comments by Member 14836690 (Top 3 by date)

Member 14836690 5-Jun-20 11:03am View    
Thanks for the update F-ES Sitecore. You saved my day
Member 14836690 5-Jun-20 10:36am View    
Deleted
It's working after converting into string and deserialize. Thank you. But unable to get the Option_List list
Member 14836690 5-Jun-20 9:31am View    
Thanks for the update. but unfortunately after updating the constructor it didn't worked. Here is the error message that i got "Newtonsoft.Json.JsonSerializationException: 'Cannot deserialize the current JSON array (e.g. [1,2,3]) into type 'Dorman.SpecialOrderSKU.Models.Questions' because the type requires a JSON object (e.g. {"name":"value"}) to deserialize correctly.
To fix this error either change the JSON to a JSON object (e.g. {"name":"value"}) or change the deserialized type to an array or a type that implements a collection interface (e.g. ICollection, IList) like List<t> that can be deserialized from a JSON array. JsonArrayAttribute can also be added to the type to force it to deserialize from a JSON array.'
"