From 0f64c6a952da1e5323d0578ac24b1715549fef2e Mon Sep 17 00:00:00 2001 From: Peter Anderson Date: Wed, 21 Jun 2023 22:41:14 +0000 Subject: [PATCH] Fix example in JSON class. --- doc/classes/JSON.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/JSON.xml b/doc/classes/JSON.xml index 0f527ba51d1..c630d2c1af6 100644 --- a/doc/classes/JSON.xml +++ b/doc/classes/JSON.xml @@ -14,6 +14,7 @@ # Save data # ... # Retrieve data + var json = JSON.new() var error = json.parse(json_string) if error == OK: var data_received = json.data