I am working with the following JSON string
{ \"transactions\": [ { \"paymentcharge\":\"0.0\", \"amount\":352, \"id\":13418, \"shippingc
first create another class:
public class SalesTransactions { public List transactions {get;set;} public int count{get;set;} }
Then use,
JsonConvert.DeserializeObject(inputString)