Fix example in JSON class.

This commit is contained in:
Peter Anderson 2023-06-21 22:41:14 +00:00 committed by GitHub
parent b6ba664830
commit 0f64c6a952
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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