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

Merge pull request #78541 from BWPanda/patch-1

Fix example in JSON class.
This commit is contained in:
Rémi Verschelde
2023-06-22 10:30:11 +02:00

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