Closed Gama11 closed 5 years ago
This is supported since c357b2c443a89a099ff83bdae3b49f40359969ec.
Hm, doesn't seem to compile anymore.
json2object\src\json2object/utils/schema/DataBuilder.hx:268: characters 77-83 : Unknown identifier : putils
json2object\src\json2object/utils/schema/DataBuilder.hx:268: characters 77-83 : For optional function argument 'putils'
Ok, I see the problem.
It's a problem with @:default(auto)
and a bad copy/paste.
I should be able to fix it later today.
Should be fixed by 30cae7c7afa4a8b447f577cf4d73535476d3dded
Generates:
What it should be generated as (important to include the
default
field for code completion):