Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

json import/export #24

Open
Crystalwarrior opened this issue Dec 31, 2021 · 2 comments
Open

json import/export #24

Crystalwarrior opened this issue Dec 31, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@Crystalwarrior
Copy link
Collaborator

Crystalwarrior commented Dec 31, 2021

Describe the feature / enhancement and how it helps to overcome the problem or limitation

Add functionality to allow json import/export of the timelines for sharing over the web, importing into other programs, etc.

@Crystalwarrior Crystalwarrior added the enhancement New feature or request label Dec 31, 2021
@AnidemDex
Copy link
Owner

We need to define a format for export and a format to import from JSON

@AnidemDex
Copy link
Owner

Proposed format

{
    "events":
        [
            {
                "event" : "<event script path>" ,
                "<event property>" : "<value>",
                ...
             }
        ]
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants