How to delete an ArduinoJson nested key?
I'm surely missing something here.
Wondering is there a way to delete a nested key somewhere?
for example, if I want to remove the "J" from this JSON obj?
{"H":{"K":"","J":"","M":0}}
Can .remove() do this?
not sure as it brings up this error
error: 'class ArduinoJson::Internals::JsonObjectSubscript<const char*>' has no member named 'remove'
thanks!