我正在制作草图,我正在使用ArduinoJSON。我想我可能会通过这个看看人们是否看到了这个错误。
// Returns a reference an invalid JsonObject.
// This object is meant to replace a NULL pointer.
// This is used when memory allocation or JSON parsing fail.
static JsonObject& invalid() {
static JsonObject instance(NULL);
return instance;
}
以下是我创建jsonArray对象的Arduino代码的一部分:
{{1}}
这是JSONArray无效函数:
{{1}}
这是JSONObject无效函数:
{{1}}