You've already forked godot
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user