P2ErrorCodes.h>
#include <CTPP2Exception.hpp>
#include <CTPP2FileSourceLoader.hpp>
#include <CTPP2JSONParser.hpp>
#include <CTPP2Logger.hpp>
#include <CTPP2Parser.hpp>
#include <CTPP2ParserException.h
// Reset parameters
int reset();
// Reset parameters
int clear_params();
// Emit JSON parameters
int json_param(SV * pParams);
// Get output
SV * output(Bytecode * pBytecode,
// Emit JSON parameters
int CTPP2::json_param(SV * pParams)
{
using namespace CTPP;
long eSVType = SvTYPE(pParams);
STRLEN iJSONLen = 0;
#ifdef SvPV_const
const char * szJSON = NULL;