I have this json
["ESp", "lBe", "IBp"]
and i want to append "abc" to it so it can look like this:
["ESp", "lBe", "IBp", "abc"]
I have tried some methods but all of them add attributes and i don't want attributes , only values. Thanks
I have this json
["ESp", "lBe", "IBp"]
and i want to append "abc" to it so it can look like this:
["ESp", "lBe", "IBp", "abc"]
I have tried some methods but all of them add attributes and i don't want attributes , only values. Thanks