Hello, Does anyone know what happen to to_json() in GD4? I tried saving game tutorial with
func save():
...
var json = to_json(data)
file.store_line(json)
but I got error function "to_json()" not found in base self. (code is attached to a NOD3D). The latest doc shows the function is still usable but the search from editor shows no result.