Processing json string in mql4
问题 I have received the following string: {"records":[{"id":"rec4haaOncoQniu8U","fields":{"orders1":5},"createdTime":"2020-02-08T09:08:22.000Z"}]} I am not understanding how I can process and separate the values of the json in mql4 using the "JAson.mqh " library, located here: https://www.mql5.com/en/code/13663 I need the values of "orders" located under "fields" , value = 5 . the only "KEYS" that changes are the keys within the "fields" values. i would like to be able to get the values with