Serializes a song into een plain object, and deserializes the serialized object back into a Song
Deserializes a song that has been serialized using serialize
The serialized song
The deserialized song
Serializes the chord sheet to a plain object, which can be converted to any format like JSON, XML etc Can be deserialized using deserialize
object A plain JS object containing all chord sheet data
Serializes a song into een plain object, and deserializes the serialized object back into a Song