Check out example codes for "newtonsoft create dynamic object". It will help you in understanding the concepts better.
Code Example 1
dynamic d = Newtonsoft.Json.Linq.JObject.Parse("{number:1000, str:'string', array: [1,2,3,4,5,6]}");
Learn ReactJs, React Native from akashmittal.com