JsonParserByLeo/Src/JsonPointer.mqh

28 lines
1.2 KiB
MQL5
Raw Permalink Normal View History

2026-07-24 07:27:55 -05:00
//+------------------------------------------------------------------+
//| JsonPointer.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_JSONPOINTER_MQH
#define JSONPARSERBYLEO_SRC_JSONPOINTER_MQH
//+------------------------------------------------------------------+
//| |
//+------------------------------------------------------------------+
#include <TSN\\BSFL\\Query.mqh>
2026-07-24 14:20:14 -05:00
#include "JsonParser.mqh"
2026-07-24 07:27:55 -05:00
2026-07-24 08:54:26 -05:00
2026-07-24 07:27:55 -05:00
//+------------------------------------------------------------------+
//| |
//+------------------------------------------------------------------+
namespace TSN
{
2026-07-24 14:20:14 -05:00
#define CJsonPointerResolver TSN::CDomNodePointer<TSN::CJsonParser>
2026-07-24 07:27:55 -05:00
}
//+------------------------------------------------------------------+
2026-07-24 08:54:26 -05:00
#endif // JSONPARSERBYLEO_SRC_JSONPOINTER_MQH