<?php
// Sample array
$data = array("a" => "Apple", "b" => "Ball", "c" => "Cat"); header("Content-Type: application/json");
echo(json_encode($data));
?> extends Node2D func _ready(): [...] Read more
Okay, today a small brainstorming on how to send/recieve JSON data from Godot4 and php servers