//+------------------------------------------------------------------+ //| 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 #include "JsonParser.mqh" //+------------------------------------------------------------------+ //| | //+------------------------------------------------------------------+ namespace TSN { #define CJsonPointerResolver TSN::CDomNodePointer } //+------------------------------------------------------------------+ #endif // JSONPARSERBYLEO_SRC_JSONPOINTER_MQH