JsonParserByLeo/Src/Json.mqh

23 lines
932 B
MQL5
Raw Permalink Normal View History

2026-08-28 11:16:19 -05:00
//+------------------------------------------------------------------+
//| Json.mqh |
//| Copyright 2026, Niquel Mendoza |
//| https://www.mql5.com |
//+------------------------------------------------------------------+
#property copyright "Copyright 2026, Niquel Mendoza"
#property link "https://www.mql5.com"
#property strict
#ifndef JSONPARSERBYLEO_SRC_JSON_MQH
#define JSONPARSERBYLEO_SRC_JSON_MQH
//+------------------------------------------------------------------+
//| |
//+------------------------------------------------------------------+
#include "JsonBuilder.mqh"
#include "JsonStrBuilder.mqh"
#include "JsonPointer.mqh"
#include "JsonSaxImp.mqh"
#include "JsonNode.mqh"
#endif // JSONPARSERBYLEO_SRC_JSON_MQH