JSON schema - tailing double quotes for maximum (#6452)
authortira-misu <gunter.burchardt@boschrexroth.de>
Wed, 10 Feb 2021 19:45:34 +0000 (20:45 +0100)
committerGitHub <noreply@github.com>
Wed, 10 Feb 2021 19:45:34 +0000 (11:45 -0800)
commit0f83367f57861a55907691b51db4b2d4177c6296
treef90e099a0c7f327caa68c26316799286493fdcfd
parentfee095410b0969765b5c2545c10e585f69e961b0
JSON schema - tailing double quotes for maximum (#6452)

* Fix C/C++ Create<Type>Direct with sorted vectors

If a struct has a key the vector has to be sorted. To sort the vector
you can't use "const".

* Changes due to code review

* Improve code readability

* Add generate of JSON schema to string to lib

* option indent_step is supported

* Remove unused variables

* Fix break in test

* Fix style to be consistent with rest of the code

* Fix  double quotes for (u)int8 in json schema

* Fix reference file for JSON schema test

* Fix reference file for JSON schema test
src/idl_gen_json_schema.cpp
tests/arrays_test.schema.json
tests/monster_test.schema.json