I am using the TMS VCL UI Pack and CB 10.4.2 with the 64bit windows platform. I am downloading files using TMS component WebCopy. The files are JSON format. Does TMS have a component that will load a JSON file and parse it into data fields? I don't see one in the VCL UI Pack so maybe in a different component group?
Sorry, we do not have such component in the TMS VCL UI Pack but C++Builder comes already with the unit System.JSON that can be used for JSON parsing.