I have a huge amount of customized attributes I want to save them in the DataBase, I was confused of how to store them in the database, i thought of storing them as a string separating them by
(= => name , value) (; => attribute , attribute) but the code wasn't elegant at all!
so i stat thinking of saving them as Json string but I couldn't found a
Json to object parser
while we need only to call json() to parse object to json string
is there a better way than using json string and is there json string parser provided ?