I have modified a sample program in Connector/C++ 1.1.7 to put a JSON_OBJECT into a table called 'test' with one column called 'id' which is of JSON type. When I query the 'test' table and get the sql::ResultSet object, I'm unable to convert the string into a json::object, though it shows up as a properly formed json string - e.g. {"name": "Ram"}. By the way, I'm using Ubuntu 14.04 LTS machine.
↧