I want to create a new attribute as a string and store in it something like json format for example
{names:[],ages:[]}
but as soon as i do it
it immidiatly fill it with undefined for some reason
TL;DR
Developers unable to create a new attribute storing JSON format due to it immediately being filled with 'undefined'.
MouadhBNB
20 Apr, 2024, 17:46
i tried to do it as default value and fill it from the code but in both cases it store undefined