Bug Report
suppose you have the following class:
class Point{
public:
Point();
private:
int x;
int y;
}
then if you create a point:
and do
then you get the error:
static assertion failed: could not find to_json() method in T's namespace
static_assert(sizeof(BasicJsonType) == 0,
^
that is pretty st.forward, what is the reason of the failure?
Feature Request
Bug Report
suppose you have the following class:
then if you create a point:
Point p { 100, 100 };and do
then you get the error:
that is pretty st.forward, what is the reason of the failure?
Feature Request
Describe the feature in as much detail as possible.
Include sample usage where appropriate.