Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
abelardogit opened this issue May 3, 2025 · 1 comment
Open

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

abelardogit opened this issue May 3, 2025 · 1 comment
Labels

Comments

@abelardogit
Copy link

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 abelardogit added the bug label May 3, 2025
@relliv
Copy link

relliv commented May 21, 2025

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants