Convert Json data to Php class definitions.
- Download the Jtp program from the release page, which you can find here.
- Open your command palette
- Lookup
Jtp: Set php pathand select your php binary file (php 8.2 or greater). - Lookup
Jtp: Set jtp pathand select yourjtp.pharfile. - Open a json file (make sure the file's root is not an array but a proper json object).
- Run
Jtp: Convert current filefrom your command palette.