glideapps / glideapps/quicktype
How to generate inheritance classes in C++
Open
- Dominant language
- TypeScript
- Stars
- 13.9k
- Forks
- 1.2k
- Avg merge
- 8h 53m
- Merged PRs (30d)
- 369
Description
For Ex:
I have Person class with name and id , same can be written in JSON schema and C++ class.
If i want to extend it (similar to C++)
class Employee:Person
what should i write in JSON schema
I mean quick type should generate classes in inheritance model.
Contributor guide
Assessment
This issue has not been assessed yet.