cvent / deprecated-json-schema-2-poco

Converts JSON schemas to C# POCOs
18 stars 27 forks source link

Support processing a whole directory of JSON schemas #23

Closed bscSCORM closed 9 years ago

bscSCORM commented 9 years ago

Currently the generator only works when specifying just one JSON schema. This change adds a simple loop to generate for each file in a directory when the input path specified is a directory.

Note: every file in the directory must be a JSON schema