#include "jsonPrimitive.hh" template<> JSonPrimitive::~JSonPrimitive() {} template<> JSonPrimitive::~JSonPrimitive() {} template<> JSonPrimitive::~JSonPrimitive() {} template<> JSonPrimitive::~JSonPrimitive() {} template<> JSonPrimitive::~JSonPrimitive() {} template<> std::string JSonPrimitive::stringify() const { return value; } template<> std::string JSonPrimitive::stringify() const { return std::to_string(value); } template<> std::string JSonPrimitive::stringify() const { return std::to_string(value); } template<> std::string JSonPrimitive::stringify() const { return std::to_string(value); } template<> std::string JSonPrimitive::stringify() const { return value ? "true" : "false"; }