Как создать объект для элементов списка в запросе json
#php #json #object #php #json #объект Вопрос: Я пишу класс: class User { public function info() { $this->name = "John"; $this->surname = "Smith"; } } В запросе json я получаю:…
#php #json #object #php #json #объект Вопрос: Я пишу класс: class User { public function info() { $this->name = "John"; $this->surname = "Smith"; } } В запросе json я получаю:…