jacobdekeizer / json-to-php-generator

Generate PHP classes from json
https://jacobdekeizer.github.io/json-to-php-generator
MIT License
63 stars 18 forks source link

Export to Files #42

Closed CharlieTheProgrammer closed 6 months ago

CharlieTheProgrammer commented 7 months ago

This looks very good, but I'm looking at converting complex and large JSON structures. Copying over everything one by one into files is rather tedious. Having a functionality to export all the classes individually would be awesome!