| 367 | // DEPRECATED: use add<JsonObject>() instead |
| 368 | ARDUINOJSON_DEPRECATED("use add<JsonObject>() instead") |
| 369 | JsonObject createNestedObject() { |
| 370 | return add<JsonObject>(); |
| 371 | } |
| 372 | |
| 373 | // DEPRECATED: use doc[key].to<JsonObject>() instead |
| 374 | template <typename TChar> |
nothing calls this directly
no outgoing calls
no test coverage detected