Closed Haruma-VN closed 1 year ago
Strict JSON structure is the expected behavior of the Kernel and there are no plans to change this behavior.
If you need looser JSON, you need to modify Kernel/kernel/utility/support/json.hpp
:
line 677
: delete
line 680
: delete
line 681
: change to thix_object.query_force(make_string_view(Field::name.view())).value.to(Field::value_of(that));
I have added the version: 6 to the pam json, later toolkit doesn't support the conversion due to non-used properties appear. Can this be loosen in Kernel like you did with the Helper?