MouadhBNBOriginal post
Rank 1: Thread
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
Summary
Developers unable to create a new attribute storing JSON format due to it immediately being filled with 'undefined'.