I\'m using the tag-it library for jquery to make a tagging system (a bit like the stackoverflow one).
After the user types his tags the library returns a javascript arra
You can use JavaScript Object Notation(JSON) format.
JavaScript Object Notation
JSON
Javascript supports these methods:
Javascript
JSON.stringify -> serializes object to string
JSON.parse -> deserializes object from string