Can anyone help me to use a JSON parser library for MQL5

 

Hi coders,

I am looking for a JSON parser library for my MQL5 project. I have read some data online through WebRequest which is JSON data. I need to read it from MQL5 code to get the value.

Thanks in advanced.

#JSON_Parser

#MQL5_Code

 
Al Imran Suvro:

Hi coders,

I am looking for a JSON parser library for my MQL5 project. I have read some data online through WebRequest which is JSON data. I need to read it from MQL5 code to get the value.

Thanks in advanced.

#JSON_Parser

#MQL5_Code

Something like this? https://www.mql5.com/en/code/13663

JSON Serialization and Deserialization (native MQL)
JSON Serialization and Deserialization (native MQL)
  • www.mql5.com
ForecastOscilator_HTF The ForecastOscilator indicator with the timeframe selection option available in the input parameters. Flat_HTF The Flat indicator with the timeframe selection option available in the input parameters. FX5_SelfAdjustingRSI_HTF The FX5_SelfAdjustingRSI...
 
Fernando Morales:

Something like this? https://www.mql5.com/en/code/13663

Thank you so much 'Fernando Morales'. It's work well.