Skip to content

[BUG]: Changing into PHP doesn't work #2725

Open
@abelardogit

Description

@abelardogit

Issue Type

Quicktype output

Context (Environment, Version, Language)

Input Format: json
Output Language: php

app.quicktype.io:
Version:

Description

Chaging between options, PHP code is not outputed.

Input Data

{
"bought": [
{
"id": 1,
"date": "2025-10-23"
},
{
"id": 2,
"date": "2025-09-13"
}
],
"rented": [
{

        "id": 1,
        "date": "2025-10-23"
    }
]

}

Expected Behaviour / Output

Generated PHP code

Current Behaviour / Output

It doesn't output the PHP code according to this JSON

Steps to Reproduce

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions