quicktype
quicktype copied to clipboard
[BUG]: Changing into PHP doesn't work
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