elnabo / json2object

Type safe Haxe/JSON (de)serializer
MIT License
66 stars 17 forks source link

add option to ignore missing fields. #80

Closed lublak closed 2 years ago

lublak commented 2 years ago

Some fields are not needed from an api. But with json2object I have to declare them so that no error is returned. I think an option would be nice to ignore undeclared fields.

i think now it works fine without this? Currently, I have a lot of quivering.

done in: https://github.com/elnabo/json2object/pull/81