Library: Remoting/JSON
Package: JSValue
Header: Poco/Remoting/JSON/JSScalar.h
Direct Base Classes: JSValue
All Base Classes: Poco::RefCountedObject, JSValue
Member Functions: stringValue, type
Inherited Functions: asBool, asDouble, asInt32, asInt64, asUInt32, asUInt64, duplicate, has, operator [], referenceCount, release, size, stringValue, type
JSScalar(
Type type = JS_STRING
);
JSScalar(
const std::string & value,
Type type = JS_STRING
);
~JSScalar();
const std::string & stringValue() const;
Type type() const;
See also: Poco::Remoting::JSON::JSValue::type()