Seems in the what's new in version 3.0.1 it said
- Added functions in the "Net" class to read JSON data (Example: Reads JSON data in the downloader and easily parses it)
David, you can directly use following library: Newtonsoft.json.dll, quite poweful for serializing arrays or structs into jsons, or reading back. http://www.newtonsoft.com/json
We use a lot, also good for passing complex global vars
Example:
Product product = new Product();
product.Name = "Apple";
product.Expiry = new DateTime(2008, 12, 28);
product.Sizes = new string[] { "Small" };
Trading financial instruments, including foreign exchange on margin, carries a high level of risk and is not suitable for all investors. The high degree of leverage can work against you as well as for you. Before deciding to invest in financial instruments or foreign exchange you should carefully consider your investment objectives, level of experience, and risk appetite. The possibility exists that you could sustain a loss of some or all of your initial investment and therefore you should not invest money that you cannot afford to lose. You should be aware of all the risks associated with trading and seek advice from an independent financial advisor if you have any doubts.