We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can't convert JSON to PHP code
Input Format: json schema Output Language: PHP
CLI, npm, or app.quicktype.io: app.quicktype.io Version: https://app.quicktype.io/
{ "id": 3, "parametre": "param7", "valeur": "56.78", "matricule": "AZR", "date_application": "2023-10-07", "date_creation": "2023-10-07 18:00:00", "matricule_creation": "LUA", "libelle": "Libelle Param 7", "type_valeur": "decimal", "parametre_general": 0, "parametre_collaborateur": 1 }
i wan't PHP output
class Parametres extends BaseModel { .... }
Error js in console :
Uncaught SyntaxError: expected expression, got '<' in mode-mode.js
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue Type
Can't convert JSON to PHP code
Context (Environment, Version, Language)
Input Format: json schema
Output Language: PHP
CLI, npm, or app.quicktype.io: app.quicktype.io
Version: https://app.quicktype.io/
Description
Input Data
Expected Behaviour / Output
i wan't PHP output
Current Behaviour / Output
Error js in console :
Uncaught SyntaxError: expected expression, got '<' in mode-mode.js
Steps to Reproduce
Possible Solution
The text was updated successfully, but these errors were encountered: