1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

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

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