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);