libmir / asdf

JSON library
http://asdf.libmir.org
Boost Software License 1.0
20 stars 8 forks source link

Fix crash on class deserialization #21

Closed LunaTheFoxgirl closed 2 years ago

LunaTheFoxgirl commented 2 years ago

In Inochi2d we use asdf to deserialize internal JSON in to class objects, sometimes with arrays of classes. This makes Asdf not segfault when doing so.