Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

save-data should handle serialization/deserialization #72

@benwiley4000

Description

@benwiley4000

The save-data module should implement object serialization/deserialization (using JSON.parse / JSON.stringify) where necessary - the user should be able to provide and receive JavaScript objects via the saveData object's API.

localStorageSet already uses the object's toString method for serialization, but for non-primitives this becomes [object Object].

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions