template class Poco::JSON::Parser::Source
template <typename IT> class Source { public: // construction Source( const IT& it, const IT& end ); // methods bool nextChar(CharIntType& c); };
template <typename IT> class Source { public: // construction Source( const IT& it, const IT& end ); // methods bool nextChar(CharIntType& c); };