/** * jsonPrimitive.cpp for jsonstroller * * Author: isundil **/ #include "jsonPrimitive.hh" AJSonPrimitive::~AJSonPrimitive() {} template<> JSonPrimitive::~JSonPrimitive() {} template<> JSonPrimitive::~JSonPrimitive() {} template<> JSonPrimitive::~JSonPrimitive() {} template<> JSonPrimitive::~JSonPrimitive() {} template<> JSonPrimitive::~JSonPrimitive() {} template<> JSonPrimitive::~JSonPrimitive() {} template<> std::string JSonPrimitive::toString() const { return value; } template<> std::string JSonPrimitive::toString() const { return "null"; } template<> std::string JSonPrimitive::toString() const { return std::to_string(value); } template<> std::string JSonPrimitive::toString() const { return std::to_string(value); } template<> std::string JSonPrimitive::toString() const { return std::to_string(value); } template<> std::string JSonPrimitive::toString() const { return value ? "true" : "false"; }