JSON Parser – library MetaTrader 4
Author: Andrew Lord This parses mql4 strings that contain JSON code. It creates a JSONValue that can be used to retrieve the fields within the JSON structure. It also provides a JSONIterator class to loop over object keys. It parses the JSON using a simple a recursive descent parser. It requires the Hash class. I … Read more