From 4c0646e313b3223382d7977eaa610e665c8bd471 Mon Sep 17 00:00:00 2001 From: Jojo1220 <97045955+JoJos1220@users.noreply.github.com> Date: Thu, 28 Nov 2024 14:25:48 +0100 Subject: [PATCH] Update jsonlib.h Header does not meet function in .cpp file --- jsonlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonlib.h b/jsonlib.h index 60ccea7..b335ef8 100644 --- a/jsonlib.h +++ b/jsonlib.h @@ -7,7 +7,7 @@ String jsonRemoveWhiteSpace(const String& json); // index a json list -String jsonIndexList(String json, int idx); +String jsonIndexList(const String& json, int idx); // extract a json component from json String jsonExtract(const String& json, const String& name);