mirror of
https://github.com/godotengine/godot.git
synced 2024-11-25 13:43:15 +00:00
Fix example in JSON class.
This commit is contained in:
parent
b6ba664830
commit
0f64c6a952
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user