quicktype icon indicating copy to clipboard operation
quicktype copied to clipboard

[BUG]: Changing into PHP doesn't work

Open abelardogit opened this issue 5 months ago • 1 comments

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

abelardogit avatar May 03 '25 09:05 abelardogit