forked from loafle/openapi-generator-original
* cJSON generate unformatted json to save memory during large objects handling * update sample * add option to use cjson print unforamtted in client * remove unused test template files * add new samples * update workflow * update doc * fix model filename * fix inclulde --------- Co-authored-by: Hemant Zope <42613258+zhemant@users.noreply.github.com> Co-authored-by: Hemant Zope <hemantzope2008@gmail.com>
10 lines
349 B
YAML
10 lines
349 B
YAML
generatorName: c
|
|
outputDir: samples/client/petstore/c-useJsonUnformatted
|
|
inputSpec: modules/openapi-generator/src/test/resources/2_0/c/petstore.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/C-libcurl
|
|
additionalProperties:
|
|
useJsonUnformatted: true
|
|
modelNameMappings:
|
|
another_model: MappedModel
|
|
another_property: mappedProperty
|