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