MCPcopy Create free account
hub / github.com/bblanchon/ArduinoJson / JsonObjectIterator

Function JsonObjectIterator

src/ArduinoJson/Object/JsonObjectIterator.hpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 JsonObjectIterator() {}
16
17 explicit JsonObjectIterator(detail::ObjectData::iterator iterator,
18 detail::ResourceManager* resources)
19 : iterator_(iterator), resources_(resources) {}
20
21 JsonPair operator*() const {
22 return JsonPair(iterator_, resources_);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected