| 226 | |
| 227 | typename Container::const_iterator begin() const { return object ? object->begin() : typename Container::const_iterator(); } |
| 228 | typename Container::const_iterator end() const { return object ? object->end() : typename Container::const_iterator(); } |
| 229 | }; |
| 230 | |
| 231 | JSON() = default; |