All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cpp-tiny.helpers-header.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
#ifndef TINY_CPP_CLIENT_HELPERS_H_
#define TINY_CPP_CLIENT_HELPERS_H_

#include 
#include "bourne/json.hpp"

bool isprimitive(std::string type);

void jsonToValue(void* target, bourne::json value, std::string type);

std::string stringify(long input);

std::string stringify(int input);

std::string stringify(double input);

std::string stringify(float input);

std::string stringify(std::string input);

#endif /* TINY_CPP_CLIENT_HELPERS_H_ */




© 2015 - 2024 Weber Informatics LLC | Privacy Policy